Hyperbolic Secant
Returns the hyperbolic secant of the given number.
NOTE: sech(x) = 1 / cosh(x) = 1 / (e
x
+ e
-x
)
Back