DBLE(A)

Purpose

Convert to double precision real type.

Class

Elemental function

Argument Type and Attributes

A
must be of type integer, real, or complex.

Result Type and Attributes

Double precision real.

Result Value

Examples

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

+-------------------------------IBM Extension--------------------------------+


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

+----------------------------End of IBM Extension----------------------------+

IBM Copyright 2003