C Library Functions  - sngl (3)

NAME

sngl(3f) - [FORTRAN:INTRINSIC:NUMERIC:TYPE] Convert double precision real to default real

SYNTAX

result = sngl(a)

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.

ARGUMENTS

A The type shall be a double precision REAL.

RETURN VALUE

The return value is of type default REAL.

STANDARD

[[FORTRAN 77]] and later

CLASS

Elemental function

SEE ALSO

dble(3)


Nemo Release 3.1 sngl (3) February 23, 2025
Generated by manServer 1.08 from 37e4ed9d-c35c-4328-ab24-1a64f23b8984 using man macros.