# File lib/backports/1.8.7/fixnum.rb, line 8
  def fdiv(n)
    to_f / n
  end