CONJG(Z)

Purpose

Conjugate of a complex number.

Class

Elemental function

Argument Type and Attributes

Z
must be of type complex.

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.

IBM Copyright 2003