Copyright Digital Equipment Corp. All rights reserved.

Description

   The asinh functions return the hyperbolic arc sine of x for x
   in the domain [-Infinity, +Infinity], where asinh(x) = ln(x +
   sqrt(x**2 + 1)).

   The asinh function is the inverse function of sinh where
   asinh(sinh(x)) = x.