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