Next: , Previous: SINH, Up: Intrinsic Procedures


8.98 SNGL — Convert double precision real to default real

Description:
SNGL(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.
Option:
gnu
Class:
function
Syntax:
X = SNGL(A)
Arguments:

A The type shall be a double precision REAL.

Return value:
The return value is of type default REAL.