conj function template — Computes conjugate
template<typename T> complex<T> conj(const complex<T>& z)
The conj function returns the complex conjugate of z.
conj
z