# File lib/more/facets/math/acoth.rb, line 4
  def self.acoth(x)
    0.5 * log((x + 1.0) / (x - 1.0))
  end