# File lib/more/facets/math/sech.rb, line 4
def
self
.
sech
(
x
)
1.0
/
cosh
(
x
)
end