# File lib/standard/facets/math/csc.rb, line 9
def
self
.
cosec
(
x
)
1.0
/
sin
(
x
)
end