bug in multiplication
---------------------

                 Key: JRUBY-3566
                 URL: http://jira.codehaus.org/browse/JRUBY-3566
             Project: JRuby
          Issue Type: Bug
          Components: RubySpec
    Affects Versions: JRuby 1.2
         Environment: jirb or jruby
            Reporter: Karl Brodowsky
            Priority: Critical


y=1073741824
z0 = y*y*y
-> 0 (in jruby)
but
-> 1237940039285380274899124224 (in ruby)

hint: in hex
y = 0x40000000


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to