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 travelgirl
Recipients georg.brandl, travelgirl
Date 2007-12-05.21:01:33
SpamBayes Score 0.010711661
Marked as misclassified No
Message-id <GCEFIMEAFJOACGBCELFDMEGEGOAA.travelgirl.fics@gmail.com>
In-reply-to <1196886661.02.0.613800120904.issue1559@psf.upfronthosting.co.za>
Content
interesting, and expected as the BCD calculation.  however, the round function should be able to handle that correctly, dealing with the number in a string fashion as opposed a mathematical one, to display the requested decimal places.  slower, to be sure, but hella accurate.

that's what the bug was about.  i understand the issues with BCD.  i don't understand how a function to display a number can get the display so wrong, even when the BCD number itself "fails" to the 15th place.  round to 2 places, you should still display 14.78, not 14.7799999999999999x

just my take.  thanks for getting back to me.

00 caren
http://www.parkgallery.org
george davis creek, north fork
History
Date User Action Args
2007-12-05 21:01:34travelgirlsetspambayes_score: 0.0107117 -> 0.010711661
recipients: + travelgirl, georg.brandl
2007-12-05 21:01:33travelgirllinkissue1559 messages
2007-12-05 21:01:33travelgirlcreate