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-16.19:43:25
SpamBayes Score 0.021436756
Marked as misclassified No
Message-id <1210967055.1.0.134989432087.issue2819@psf.upfronthosting.co.za>
In-reply-to
Content
Ensuring correct rounding isn't as onerous as I expected it to be.  
crsum.py is a snippet of Python code showing how to add nonadjacent floats 
and get the correctly rounded result.
History
Date User Action Args
2008-05-16 19:44:26mark.dickinsonsetspambayes_score: 0.0214368 -> 0.021436756
recipients: + mark.dickinson, rhettinger, MrJean1
2008-05-16 19:44:16mark.dickinsonsetspambayes_score: 0.0214368 -> 0.0214368
messageid: <1210967055.1.0.134989432087.issue2819@psf.upfronthosting.co.za>
2008-05-16 19:44:01mark.dickinsonlinkissue2819 messages
2008-05-16 19:43:59mark.dickinsoncreate