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, nirinA, stutzbach, terry.reedy
Date 2008-07-21.21:24:07
SpamBayes Score 4.1709022e-06
Marked as misclassified No
Message-id <1216675449.18.0.755229346011.issue3366@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch!  I probably won't get to this properly until after 
2.6 final, but it won't get lost.  It seems like there's pretty good 
support for adding these functions.

By the way, there's already a setup in Python 2.6 (ad 3.0) for substitutes 
for missing math functions:  take a look at the file Python/pymath.c, 
which provides inverse hyperbolic functions for those platforms that need 
them, as well as the bits in configure.in that check for these functions.  
This is the really the right place for the tgamma/lgamma/erf/erfc code.

So a full patch for this should touch at least Python/pymath.c, 
Modules/mathmodule.c, configure.in, Lib/test/test_math.py, and 
Doc/Library/math.rst.  If you have time to fill in any of these pieces, it 
would be greatly appreciated.
History
Date User Action Args
2008-07-21 21:24:09mark.dickinsonsetspambayes_score: 4.1709e-06 -> 4.1709022e-06
recipients: + mark.dickinson, terry.reedy, stutzbach, nirinA
2008-07-21 21:24:09mark.dickinsonsetspambayes_score: 4.1709e-06 -> 4.1709e-06
messageid: <1216675449.18.0.755229346011.issue3366@psf.upfronthosting.co.za>
2008-07-21 21:24:08mark.dickinsonlinkissue3366 messages
2008-07-21 21:24:07mark.dickinsoncreate