Fortran Wiki
sngl

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

category: intrinsics