# File lib/more/facets/math/acsch.rb, line 4
  def acsch(x)
    ::Math.log(1.0 / x + Math.sqrt(1.0 + 1.0 / (x * x)))
  end