Returns the complex conjugate of the number (real - imag * i).
Complex conj() => Complex(_real, -_imag);