|        | |||||
|  | |||||
| function | FP_mod | ||||
| Other Library Functions | 
| Library: Floating Point Include: omfloat.xin | Returns: Opaque The modulus of "x" in respect to "y". HUGE_VAL is returned when an overflow occurs. | 
define external float function FP_mod (value float x, value float y)
Divides the "x" floating point number by the "y" floating point number and returns the remainder.
| ---- |