sinh function template — Computes hyperbolic sine
template<typename T> complex<T> sinh(const complex<T>& z)
The sinh function returns the complex hyperbolic sine of z.
sinh
z
sinh function in <cmath>
<cmath>