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