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