Name

conj function template — Computes conjugate

Synopsis

template<typename T> complex<T> conj(const complex<T>& z)

The conj function returns the complex conjugate of z.