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