DBLE(A)

Purpose

Convert to double precision real type.

Class

Elemental function

Argument type and attributes

A
An INTENT(IN) INTEGER, REAL, COMPLEX, or boz-literal CONSTANT

Result type and attributes

Double precision real.

Result value

Examples

DBLE (-3) has the value -3.0D0.

IBM extension begins
Specific Name Argument Type Result Type Pass As Arg?
DFLOAT any integer double precision real no
DBLE default real double precision real no
DBLEQ REAL(16) REAL(8) no
IBM extension ends