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.

作者 mark.dickinson
收信人 mark.dickinson, nirinA, stutzbach, terry.reedy
日期 2008-07-21.21:24:07
SpamBayes Score 4.1709022e-06
Marked as misclassified
Message-id <1216675449.18.0.755229346011.issue3366@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2008-07-21 21:24:09mark.dickinson修改spambayes_score: 4.1709e-06 -> 4.1709022e-06
recipients: + mark.dickinson, terry.reedy, stutzbach, nirinA
2008-07-21 21:24:09mark.dickinson修改spambayes_score: 4.1709e-06 -> 4.1709e-06
messageid: <1216675449.18.0.755229346011.issue3366@psf.upfronthosting.co.za>
2008-07-21 21:24:08mark.dickinson链接issue3366 messages
2008-07-21 21:24:07mark.dickinson创建