Returns the fractional part of the real-exp.
Program Example.
00100 REM The FRACT function. 00110 A0=1.234567 00120 PRINT FRACT(1.234567) 00130 PRINT FRACT(A0) 00140 END
Try it
See also INT, FLT.