Platform | x64, Win32, .NET |
Purpose |
To get the conjugate of a complex number. |
Class |
Elemental function. |
Syntax |
COMPLEX FUNCTION CONJG(Z) |
Return value |
The result has the same type as Z. |
Example |
CONJG ((1.0, 2.0)) has the value (1.0, -2.0). |