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