frac
ACTION: returns the fractional part of a value
USE: FractionValue=frac(value)
EXAMPLE:
n=frac(123.456)

RESULT:
n=0.456

RELATED: round abs