atanh - hyperbolic arc tangent
#include <math.h> double atanh(double x);
double atanh(double x);
Refer to acosh().