frac()
Return non-integer portion of number.
Syntax:
integer
= frac(
number
)
Example:
print
frac(
3.1415927
)
will print the number 0.1415927