Determines the phase angle.
template<class T> T arg(const complex<T>&);
Returns the phase angle of the complex class argument or atan2(imag(x), real(x)).