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