Calculates the Complex conjugate.
CONJUGATE(val)
val |
- |
A scalar, series or table. |
A series, scalar, or table.
conjugate(3+4i)
results in 3 - 4i.
conjugate(polar(1 + i))
returns mag = 1.41421; angle =
The output is Complex regardless of input.
CONJUGATE can be abbreviated CONJ.