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 MrJean1
Recipients MrJean1, rhettinger
Date 2008-05-11.16:16:42
SpamBayes Score 5.193891e-05
Marked as misclassified No
Message-id <1210522613.21.0.870124531367.issue2819@psf.upfronthosting.co.za>
In-reply-to
Content
Attached are 2 patches and a test script adding a function sum to the 
math and cmath modules of Python 2.6a3.  The sum is calculated using a 
full precision summation method.

The test script compares the result of the functions with the original 
implementation in Python.  All tests pass with 4 different builds of 
Python 2.6a3:

- GNU gcc 4.0.1 on MacOS X 10.4.11 (Intel Core Duo), 32-bit
- GNU gcc 4.1.2 on RHEL 3 update 7 (Opteron), 64-bit
- Sun C 5.8 on Solaris 10 (Opteron), both 32- and 64-bit
History
Date User Action Args
2008-05-11 16:16:53MrJean1setspambayes_score: 5.19389e-05 -> 5.193891e-05
recipients: + MrJean1, rhettinger
2008-05-11 16:16:53MrJean1setspambayes_score: 5.19389e-05 -> 5.19389e-05
messageid: <1210522613.21.0.870124531367.issue2819@psf.upfronthosting.co.za>
2008-05-11 16:16:51MrJean1linkissue2819 messages
2008-05-11 16:16:50MrJean1create