7.12.5.6 The tanh functions
Synopsis
#include <math.h>
double tanh(double x);
float tanhf(float x);
long double tanhl(long double x);
Description
The tanh functions compute the hyperbolic tangent of x.
Returns
The tanh functions return tanh x.