2.7.2.10 tanh

Declaration:

double tanh(double x);Returns the hyperbolic tangent of x.

Range:

The value of x has no range. The returned value is in the range of -1 to +1 (inclusive).