2 acsch - inverse hyperbolic cosecant
9 eps nonzero real, defaults to epsilon()
14 Returns the acsch of x to a multiple of eps with error less in
15 absolute value than .75 * eps.
17 acsch(x) is the real number v for which csch(v) = x. It is given by
19 acsch(x) = ln((1 + sqrt(1 + x^2))/x)
23 > print acsch(2, 1e-5), acsch(2, 1e-10), acsch(2, 1e-15), acsch(2, 1e-20)
24 .48121 .4812118251 .481211825059603 .4812118250596034475
30 NUMBER *qacsch(NUMBER *x, NUMBER *eps)
33 asinh, acosh, atanh, asech, acoth, epsilon