DCMPLX(X, Y) (IBM extension)

Purpose

Convert to double complex type.

Class

Elemental function

Argument type and attributes

X
An INTENT(IN) INTEGER, REAL, or COMPLEX
Y (optional)
An INTENT(IN) INTEGER or REAL. It must not be present if X is of type complex.

Result type and attributes

It is of type double complex.

Result value

Examples

DCMPLX (-3) has the value (-3.0D0, 0.0D0).

Specific Name Argument Type Result Type Pass As Arg?
DCMPLX double precision real double complex no

Related information

CMPLX(X, Y, KIND), QCMPLX(X, Y) (IBM extension).