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