March 2000
Intermediate to advanced
576 pages
18h 13m
English
Frac Function
function Frac(X: Floating-point type): Extended;
Frac
returns the fractional part of a
floating-point number. It is not a real
function.
If X is infinity or a signaling NaN,
Frac raises runtime error 6
(EInvalidOp).
If X is a quiet NaN, the result is
X.
| Int Function, Round Function, Trunc Function |
Read now
Unlock full access