Returns a double value that is the hyperbolic tangent of its double argument.
#include <math.h> double tanh (double x);