# File lib/standard/facets/math/csch.rb, line 9
  def self.cosech(x)
    1.0 / sinh(x)
  end