Syntax:
#include <complex> template <class T> complex<T> conj( complex<T> num );
The conj() function returns the conjugate of num.