# File lib/more/facets/math/acot.rb, line 4
  def self.acot(x)
    (PI * 0.5) - atan(x)
  end