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