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