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