Determines the complex conjugate.
template<class T> complex<T> conj(const complex<T>&);
Returns the complex conjugate of the complex class argument.