sngl(3f) - [FORTRAN:INTRINSIC:NUMERIC:TYPE] Convert double precision real to default real
result = sngl(a)
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.
A The type shall be a double precision REAL.
The return value is of type default REAL.
[[FORTRAN 77]] and later
Elemental function
dble(3)
Nemo Release 3.1 | sngl (3) | February 23, 2025 |