# File lib/Fraccion.rb, line 28
   def imprimirFlotante
      @n.to_f/@d.to_f
   end