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