[MacRuby] #986: "1.0 + Float::EPSILON" should not become equal to 1.0.
#986: "1.0 + Float::EPSILON" should not become equal to 1.0. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- {{{ $ ruby19 -v -e "p 1.0 + Float::EPSILON" ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0] 1.0000000000000002 $ DYLD_LIBRARY_PATH=. ./macruby -I./lib -e "p 1.0 + Float::EPSILON" 1.0 }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/986> MacRuby <http://macruby.org/>
#986: "1.0 + Float::EPSILON" should not become equal to 1.0. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby Later Component: MacRuby | Keywords: #reduction ----------------------------------+----------------------------------------- Changes (by mattaimonetti@…): * keywords: => #reduction * milestone: => MacRuby Later -- Ticket URL: <http://www.macruby.org/trac/ticket/986#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby