#429: Floating point comparison
------------------------------------+---------------------------------------
 Reporter:  jens.nock...@…          |       Owner:  lsansone...@…        
     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/>

_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to