Go to the first, previous, next, last section, table of contents.


Dble Intrinsic

Dble(A)

Dble: REAL(KIND=2) function.

A: INTEGER, REAL, or COMPLEX; scalar; INTENT(IN).

Intrinsic groups: (standard FORTRAN 77).

Description:

Returns A converted to double precision (REAL(KIND=2)). If A is COMPLEX, the real part of A is used for the conversion and the imaginary part disregarded.

See section Sngl Intrinsic, for the function that converts to single precision.

See section Int Intrinsic, for the function that converts to INTEGER.

See section Complex Intrinsic, for the function that converts to COMPLEX.


Go to the first, previous, next, last section, table of contents.