ASINH

f = ASINH (x)

Inverse hyperbolic sine of x.

Example

a = sinh(0.5)
print a             ' Output: 0.52109530549375

b = asinh(a)
print b             ' Output: 0.5