ASECH

f = ASECH (x)

Inverse hyperbolic secant of x.

Example

a = sech(0.1)
print a             ' Output: 0.99502074895323

b = asech(a)
print b             ' Output: 0.1