RETURNS THE FRACTIONAL VALUE OF V
ACTION
The function FRAC(V) returns the fractional part of a number.
V can be a real or integer number, but if V is an integer, FRACT(V) is 0.
SYNTAX:
Result=FRAC(V)
USE ERROR EXAMPLE
print frac(3.2)
print "Result = 0.2"
FRAC()
FRAC(V)
SEE ALSO
INT()
MOD()