# File lib/Fraccion.rb, line 56
   def % (other)
        Fraccion.new((imprimirFlotante % other.imprimirFlotante*1000).to_i, 1000)
   end