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
Math
If there is insufficient information on this page and you wish learn more about ASEC, please send an email to smallbasic@gmail.com. You can help to improve information about ASEC by submitting a pull request, click View Source for details. Note, an offline language reference text file is also available - see the Download section.