IMCONJUGATE function

IMCONJUGATE(inumber) IMCONJUGATE(inumber)

inumber

Text or { Text }

A complex number.

Returns

Text or { Text }

The complex conjugate of the given complex number.

Returns the complex conjugate of a complex number.

Example

IMCONJUGATE("3+3i")IMCONJUGATE("3+3i")

Returns "3-3i".