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 alanmcintyre, inducer, loewis, mark.dickinson
Date 2008-01-05.00:25:17
SpamBayes Score 0.023987927
Marked as misclassified No
Message-id <1199492728.84.0.0929366090463.issue1381@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an updated patch for cmath, complete with tests and documentation changes.
There's an extra file, Lib/test/cmath.ctest, containing test values for the various functions;  
these test values were obtained using MPFR and interval arithmetic, and (modulo bugs) should 
all be correctly rounded.

Any feedback would be much appreciated.
History
Date User Action Args
2008-01-05 00:25:29mark.dickinsonsetspambayes_score: 0.0239879 -> 0.023987927
recipients: + mark.dickinson, loewis, alanmcintyre, inducer
2008-01-05 00:25:28mark.dickinsonsetspambayes_score: 0.0239879 -> 0.0239879
messageid: <1199492728.84.0.0929366090463.issue1381@psf.upfronthosting.co.za>
2008-01-05 00:25:28mark.dickinsonlinkissue1381 messages
2008-01-05 00:25:27mark.dickinsoncreate