cosh function — Computes hyperbolic cosine
float cosh(float x) double cosh(double x) long double cosh(long double x)
The cosh
function returns
the hyperbolic cosine of its argument. Note that <cmath>
has no inverse hyperbolic
trigonometric functions; the Boost project fills that gap. See Appendix B for information about
Boost.