The tanh function

Name

tanh -- 

Synopsis

#include <math.h>

double tanh (double x );

Description

The tanh function computes the hyperbolic tangent of x.

Returns

The tanh function returns the hyperbolic tangent value.

Implementation Notes

None