tan function template — Computes tangent
template<typename T> valarray<T> tan(const valarray<T>& a);
The tan function computes the tangent of the elements of a.
tan
a
tan in <cmath>
<cmath>