2 atanh - inverse hyperbolic tangent
9 eps nonzero real, defaults to epsilon()
14 Returns the atanh of x to a multiple of eps with error less in
15 absolute value than .75 * eps.
17 atanh(x) is the real number v for which tanh(v) = x. It is given by
19 atanh(x) = ln((1 + x)/(1 - x))/2
22 > print atanh(.5,1e-5), atanh(.5,1e-10), atanh(.5,1e-15), atanh(.5,1e-20)
23 .54931 .5493061443 .549306144334055 .5493061443340548457
29 NUMBER *qatanh(NUMBER *x, NUMBER *eps)
32 asinh, acosh, asech, acsch, acoth, epsilon