sinh function — Computes hyperbolic sine
float sinh(float x) double sinh(double x) long double sinh(long double x)
The sinh
function returns
the hyperbolic sine 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.