frac
- fractional part

Math functions


SYNTAX frac( NUMBER )
frac( ARRAY )
RETURNS NUMBER,
ARRAY
FUNCTION Eliminates the integer portion of NUMBER or ARRAY and returns the fractional part.
EXAMPLE The formula frac( 12.4 ) returns 0.4; the formula frac(-15.7 ) returns -0.7.
SEE ALSO

References:

The frac function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.