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 mark.dickinson
Recipients BTaskaya, lemburg, mark.dickinson, pablogsal, rhettinger, stutzbach, tim.peters, vstinner, xdegaye
Date 2019-12-08.20:30:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575837019.86.0.808454814153.issue38992@roundup.psfhosted.org>
In-reply-to
Content
Note that the exact values of `1.7**i` don't matter here - some sloppiness in the `pow` results should not cause a test failure. The key point is that under fairly mild assumptions about IEEE 754 conformance, the subtractions `1.7**(i+1) - 1.7**i` are always performed exactly, thanks to Sterbenz's lemma.
History
Date User Action Args
2019-12-08 20:30:19mark.dickinsonsetrecipients: + mark.dickinson, lemburg, tim.peters, rhettinger, vstinner, stutzbach, xdegaye, pablogsal, BTaskaya
2019-12-08 20:30:19mark.dickinsonsetmessageid: <1575837019.86.0.808454814153.issue38992@roundup.psfhosted.org>
2019-12-08 20:30:19mark.dickinsonlinkissue38992 messages
2019-12-08 20:30:19mark.dickinsoncreate