[MacRuby] #429: Floating point comparison
#429: Floating point comparison ------------------------------------+--------------------------------------- Reporter: jens.nockert@… | Owner: lsansonetti@… Type: defect | Status: new Priority: trivial | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- Some floating point comparisons seem to be giving different results in MacRuby and in MRI. macirb > (0.5 - 0.4) <= 0.1 => false mriirb > (0.5 - 0.4) <= 0.1 => true -- Ticket URL: <http://www.macruby.org/trac/ticket/429> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby