Summary

basic arithmetic broken on 64-bit platforms

Metadata

Description

On 64-bit systems, fixnum range can exceed the precision of doubles, which will generate sometimes incorrect results (due to the way overflow is currently detected). +, -, * and / will have to be reimplemented completely differently.

(reported by Jeronimo Pellegrini)

Changes and comments

[2010-09-29 08:46:37 UTC] felix changed status from new to closed

[2010-09-29 08:46:37 UTC] felix set resolution to fixed

[2010-09-29 08:46:37 UTC] felix wrote:

Has been fixed in "overflow-detection" branch and merged into "experimental" to be released as 4.6.3.

[2011-06-01 09:00:41 UTC] felix changed milestone from 4.7.0 to 4.8.0

[2011-06-01 09:00:41 UTC] felix wrote:

Milestone 4.7.0 deleted

[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0

[2012-09-24 21:47:48 UTC] felix wrote:

Milestone 4.8.0 deleted