fmod(Variable, Variable) Function |
Top |
DescriptionComputes the fractional remainder of the division (x/y). This modulo calculation can also be performed using the syntax: x%y. The fmod function requires y to be greater than zero, while the % syntax allows negative values for y.
Timing Precision Mode This page describes functionality in nanosecond timing precision mode.
Function Signature
Arguments
Return Value
The fractional remainder of the division (x/y).
Syntax
See also
|