SECH

f = SECH (x)

Hyperbolic secant of x.

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

b = asech(a)
print b         ' Output: 0.1
Code samples using SECH
Math
If there is insufficient information on this page and you wish learn more about SECH, please send an email to smallbasic@gmail.com. You can help to improve information about SECH by submitting a pull request, click View Source for details. Note, an offline language reference text file is also available - see the Download section.