conjugate method

Complex conjugate()

Returns the conjugate form of this number.

Implementation

Complex conjugate() => Complex(a, -b);