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