complex.conjugate
Returns the conjugate of a complex number. The complex number is represented in Cartesian form z = a + bi
. The conjugate of z = a + bi
is z̅ = a - bi
Args
self
(T
) - The complex number from which we want the conjugate.
Returns
A complex number <T>
, representing the imaginary part of self
.
Examples
Last updated