Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
fmod | version 1.0 | no |
number fmod(number x, number y) |
x | [in] Any number |
y | [in] Any number except 0 |
Returns the remainder (floating-point) of x / y.
If the value of y is 0, fmod returns an indefinite by default. |
import standard.C.math |
Documented by Simona Gabriela Plesuvu, generation time: Thu Oct 15 20:02:03 2009 GMT | (c)2009 RadGs Software |