atanh() - inverse hyperbolic tangent function
#include <math.h>
double atanh (double x)
The atanh(3) function computes the inverse hyperbolic tangent of the real argument x. For a discussion of error due to roundoff, see math(3).
The atanh(3) function returns the inverse hyperbolic tangent of x if successful. On error, it returns NaN and sets errno to indicate the error.
The atanh(3) function can set the following errors:
acosh(3)
asinh(3)
exp(3)
infnan(3)
math(3)