#include <math.h>
double tanh (double x );
double tanh
The tanh function computes the hyperbolic tangent of x.
The tanh function returns the hyperbolic tangent value.
None