#include <math.h>double tanh(double x);
tanh calculates the hyperbolic tangent of x.
If x is NaN, tanh returns NaN.
tanh conforms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).