XL Fortran for AIX 8.1

Language Reference

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


QCMPLX(X, Y)

Convert to extended complex type.

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

Y (optional)
must be of type integer or real. It must not be present if X is of type complex.

Class

Elemental function

Result Type and Attributes

It is of type extended complex.

Result Value

Examples

QCMPLX (-3) has the value (-3.0Q0, 0.0Q0).


Specific Name Argument Type Result Type Pass As Arg?
QCMPLX REAL(16) COMPLEX(16) no

Related Information

CMPLX(X, Y, KIND), DCMPLX(X, Y).

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


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