FNUM
Format: var = FNUM (expr)
Supported by: COMX BASIC V1.00, Floating Point BASIC 2.2, Pecom 32, Pecom 64 BASIC 1.0 and 4.0, Quest Super BASIC 1.4, 3.0, 5.0 and 6.0, RCA BASIC3 V1.1, Telmac SBASIC v 24.3
Similar commands: -
This function rounds the expression to the nearest whole number and converts it to the floating-point mode. It is an exact counterpart to INUM. For example
PR FNUM (RND (6))
will print a floating point value.