REAL
The REAL function converts a number to a real number. The result is of
type REAL.
Syntax
REAL(n)
Parameters
n The number to be converted. This can be of any numeric
type.
Examples
10 A = REAL(2) !A = 2.0000