arg

Determines the phase angle.

  template<class T> T arg(const complex<T>&);
  
Remarks

Returns the phase angle of the complex class argument or atan2(imag(x), real(x)).