Next: , Previous: SLEEP, Up: Intrinsic Procedures


7.201 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.
Standard:
Fortran 77 and later
Class:
Elemental function
Syntax:
RESULT = SNGL(A)
Arguments:

A The type shall be a double precision REAL.

Return value:
The return value is of type default REAL.
See also:
DBLE