ASEC

f = ASEC (x)

Inverse secant of x.

Example

a = sec(0.1)
print a             ' Output: 1.00502091840046

b = asec(a)
print b             ' Output: 0.1
Code samples using ASEC