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 eric.smith, mark.dickinson, skrah, tim.peters
Date 2010-01-12.18:39:08
SpamBayes Score 1.3828412e-05
Marked as misclassified No
Message-id <1263321549.85.0.14781429736.issue7632@psf.upfronthosting.co.za>
In-reply-to
Content
Progress report:  I've had a response, and fix, from David Gay for the first 2 bugs (Stefan's original bug and the incorrect subnormal result);  I'm still arguing with him about a 3rd one (not reported here; there's some possibly incorrect code in bigcomp that probably never actually gets called).  I reported the 4th bug (the incorrect rounding for values near 1) to him today.  In the mean time, here's bug number 5, found by eyeballing the bigcomp code until it surrendered.  :-)

>>> 1000000000000000000000000000000000000000e-16
1e+23
>>> 10000000000000000000000000000000000000000e-17
1.0000000000000001e+23
History
Date User Action Args
2010-01-12 18:39:10mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, eric.smith, skrah
2010-01-12 18:39:09mark.dickinsonsetmessageid: <1263321549.85.0.14781429736.issue7632@psf.upfronthosting.co.za>
2010-01-12 18:39:08mark.dickinsonlinkissue7632 messages
2010-01-12 18:39:08mark.dickinsoncreate