arg function template — Computes argument (angle)
template<typename T> T arg(const complex<T>& z)
The arg function returns the argument (angle in polar coordinates) of z.
arg
z
polar function template