CONJG(Z)

Purpose

Conjugate of a complex number.

Class

Elemental function

Argument type and attributes

Z
An INTENT(IN) 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
Note:
  1. IBM extension.