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 MrJean1, mark.dickinson, rhettinger
Date 2008-05-11.20:49:24
SpamBayes Score 0.14519355
Marked as misclassified No
Message-id <1210538965.26.0.413236859099.issue2819@psf.upfronthosting.co.za>
In-reply-to
Content
One more question:

What are the use cases for an exact summation algorithm?  That is, in what 
situations does one care about exactness rather than simply accuracy?  I 
know that loss of accuracy is a problem in things like numeric integration 
routines, but something like Kahan summation (faster and simpler, but not 
exact) usually takes care of that.
History
Date User Action Args
2008-05-11 20:49:25mark.dickinsonsetspambayes_score: 0.145194 -> 0.14519355
recipients: + mark.dickinson, rhettinger, MrJean1
2008-05-11 20:49:25mark.dickinsonsetspambayes_score: 0.145194 -> 0.145194
messageid: <1210538965.26.0.413236859099.issue2819@psf.upfronthosting.co.za>
2008-05-11 20:49:24mark.dickinsonlinkissue2819 messages
2008-05-11 20:49:24mark.dickinsoncreate