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, rhettinger, stutzbach, terry.reedy
日期 2008-12-05.21:43:19
SpamBayes Score 0.00012385024
Marked as misclassified
Message-id <1228513401.37.0.895574236829.issue3366@psf.upfronthosting.co.za>
In-reply-to
内容
There have been requests to add other C99 libm functions to Python:
expm1 is requested in issue 3501, and log2 came up in the issue 3724 
discussion.  I'm absorbing those issues into this one.

With these two, and the gamma and error functions, we're pretty close to 
implementing all the functions in C99s math.h.  Seems to me that we might 
as well aim for completeness and implement the whole lot.
历史
日期 用户 动作 参数
2008-12-05 21:43:22mark.dickinson修改recipients: + mark.dickinson, rhettinger, terry.reedy, stutzbach, nirinA
2008-12-05 21:43:21mark.dickinson修改messageid: <1228513401.37.0.895574236829.issue3366@psf.upfronthosting.co.za>
2008-12-05 21:43:20mark.dickinson链接issue3366 messages
2008-12-05 21:43:19mark.dickinson创建