FLOATINGPOINT

PURPOSE:
To disable the rounding generated by the PRECISION command.
STATEMENT SYNTAX:
{stno} FLOATINGPOINT

EXAMPLE:
10 BEGIN 
20 FLOATINGPOINT 
30 LET A=12.3456
40 PRINT A
>RUN
 .123456E+02
NOTES:
Once in FLOATINGPOINT mode the default output and string generated by the STR function will be in the E notation.
PRECISION 2 is restore by any statement that includes the the RESET functionality. BEGIN, RUN etc.
SEE:
PRECISION