Next: SQRT, Previous: SINH, Up: Intrinsic Procedures
SNGL
— Convert double precision real to default realSNGL(A)
converts the double precision real A
to a default real value. This is an archaic form of REAL
that is specific to one type for A.
X = SNGL(A)
A | The type shall be a double precision REAL .
|
REAL
.