Atanh-func
This function is used to return the inverse hyperbolic tangent.
double atanh(double x)
x
Return the inverse hyperbolic tangent of that number.
dd=atanh(0.5); dd=; //Should return the inverse hyperbolic tangent of 0.5.
asinh, acosh, acoth, asech, acsch