conjg
template<class T> complex<T>
conjg
(const complex<T>& x);
The function returns the conjugate of
x
.