conjugate method

Complex conjugate()

Implementation

Complex conjugate() => Complex(real: real, imaginary: -imaginary);