Conjugate of a complex number.
Elemental function
Same as Z.
Given Z has the value (x, y), the result has the value (x, -y).
CONJG ((2.0, 3.0)) has the value (2.0, -3.0).