# File narray_ext.rb, line 303
  def acsch x
    asinh(1/x.to_f)
  end