XL Fortran for AIX 8.1

Language Reference


DBLE(A)

Convert to double precision real type.

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

Class

Elemental function

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----------------------------+


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]