atan function template — Computes inverse tangent
template<typename T> valarray<T> atan(const valarray<T>& a);
The atan function computes the inverse tangent of each element of a.
atan
a
atan2 function template, atan in <cmath>
<cmath>