# File narray_ext.rb, line 326
  def acot x
    atan(1/x.to_f)
  end