conj

Determines the complex conjugate.

  template<class T> complex<T> conj(const complex<T>&);
  
Remarks

Returns the complex conjugate of the complex class argument.