This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients Serge Anuchin, mark.dickinson, r.david.murray, rhettinger, serhiy.storchaka, skrah, steven.daprano, tim.peters, vstinner
Date 2015-07-03.05:07:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435900079.09.0.25910076027.issue24546@psf.upfronthosting.co.za>
In-reply-to
Content
Should also note that double rounding cannot account for the _original_ symptom here.  Double rounding surprises on Intel chips require an exact product at least 65 bits wide, but the OP's sequence is far too short to create such a product.  (Steven's 2049 just barely requires 12 bits, which when multiplied by a 53-bit value can require 12+53 = 65 bits to hold the full product.)
History
Date User Action Args
2015-07-03 05:07:59tim.peterssetrecipients: + tim.peters, rhettinger, mark.dickinson, vstinner, steven.daprano, r.david.murray, skrah, serhiy.storchaka, Serge Anuchin
2015-07-03 05:07:59tim.peterssetmessageid: <1435900079.09.0.25910076027.issue24546@psf.upfronthosting.co.za>
2015-07-03 05:07:59tim.peterslinkissue24546 messages
2015-07-03 05:07:58tim.peterscreate