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