消息 [96485]
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. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2009-12-16 12:43:57 | mark.dickinson | 修改 | recipients:
+ mark.dickinson, tim.peters, rhettinger, terry.reedy, ned.deily, stutzbach, nirinA, steven.daprano |
| 2009-12-16 12:43:57 | mark.dickinson | 修改 | messageid: <1260967437.24.0.461236102337.issue3366@psf.upfronthosting.co.za> |
| 2009-12-16 12:43:55 | mark.dickinson | 链接 | issue3366 messages |
| 2009-12-16 12:43:55 | mark.dickinson | 创建 | |
|