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