# File narray_ext.rb, line 289
  def recip x
    1/x.to_f
  end