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 mark.dickinson, ned.deily, nirinA, rhettinger, steven.daprano, stutzbach, terry.reedy, tim.peters
Date 2009-12-16.12:43:52
SpamBayes Score 2.5722327e-06
Marked as misclassified No
Message-id <1260967437.24.0.461236102337.issue3366@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch to add expm1.  Rather than putting the code in pymath.c, 
which is the wrong place (see issue #7518), I've added a new file 
Modules/_math.c for this;  log1p, atanh, etc. should also eventually be 
moved from pymath.c into this file.

I'm fairly confident that the maths and numerics are okay, but less 
confident about my changes to the build structure;  if anyone has a chance 
to test this patch, especially on Windows, I'd welcome feedback.  I've 
tested it on OS X, and will test on Linux.
History
Date User Action Args
2009-12-16 12:43:57mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, terry.reedy, ned.deily, stutzbach, nirinA, steven.daprano
2009-12-16 12:43:57mark.dickinsonsetmessageid: <1260967437.24.0.461236102337.issue3366@psf.upfronthosting.co.za>
2009-12-16 12:43:55mark.dickinsonlinkissue3366 messages
2009-12-16 12:43:55mark.dickinsoncreate