<< Click to Display Table of Contents >> IMCONJUGATE (conjugate a complex number) |
Syntax:
IMCONJUGATE(ComplexNumber)
Description:
Returns the complex conjugate of a complex number.
ComplexNumber must be a complex number in x+yi or x+yj format. Tip: Complex numbers can be created with the COMPLEX function.
Example:
IMCONJUGATE("2+4i") returns 2-4i
See also: