atanh

double atanh(double x);

Returns the inverse hyperbolic tangent of x.

Parameters:
xValue to evaluate function at.

Returns:
tanh-1(x).

Header:
#include "mathx.h"