XL Fortran for AIX 8.1

Language Reference


CONJG(Z)

Conjugate of a complex number.

Z
must be of type complex.

Class

Elemental function

Result Type and Attributes

Same as Z.

Result Value

Given Z has the value (x, y), the result has the value (x, -y).

Examples

CONJG ((2.0, 3.0)) has the value (2.0, -3.0).


Specific Name Argument Type Result Type Pass As Arg?
CONJG default complex default complex yes
DCONJG (1) double complex double complex yes
QCONJG (1) COMPLEX(16) COMPLEX(16) yes

Notes:

  1. IBM Extension.


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