Declaration:
float tanh(float x);
Description
The tanh function calculates the hyperbolic tangent of the floating-point number x. The argument should range from -88.72280 to 88.72280.
Returned function
The tanh function returns the hyperbolic tangent of argument x.
|