Syntax:
#include <complex> template <class T> T arg( complex<T> num );
The arg() function returns the argument (i.e. counter-clockwise angle from positive x-axis) of num.