Definition The method return complex conjugate(). Syntax complex(x).conjugate() Parameters number Examples complex.conjugate() The method return with the complex conjugate.
The method returns the output as:
class.....: def.....: complex().conjugate() The class method return the complex values and tested the equality of the values.
|