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