tanhl
(3)hyperbolic tangent function
#include <math.h> double tanh(double x); float tanhf(float x); long double tanhl(long double x); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): tanhf(), tanhl(): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || /* Since glibc 2.19: */ _DEFAULT_SOURCE || /* glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE