- 4.45.2.29 -
Standard Units
Math Unit
Math Unit Procedures and FunctionsFMod function
Targets: MS-DOS, OS/2, Win32
Math Unit
Calculates the floating-point remainder.
Declaration:
function Fmod(X, Y: Extended): Extended;
Remarks:
The Fmod function calculates the floating-point remainder
F of X / Y
such that X = i * Y
+ F, where I is an integer,
F has the same sign as X, and the absolute value of
F is less than the absolute value of Y.
|
|
|
Floor function |
Table of Content |
Fv function |
- 4.45.2.29 -