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) June 29, 2025
Generated by manServer 1.08 from 9836ba27-2be9-4b1c-a912-6400d46491de using man macros.