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