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.

作者 nirinA
收信人 mark.dickinson, ned.deily, nirinA, rhettinger, steven.daprano, stutzbach, terry.reedy, tim.peters
日期 2009-12-08.06:41:19
SpamBayes Score 0.012694284
Marked as misclassified
Message-id <1260254481.46.0.775216948342.issue3366@psf.upfronthosting.co.za>
In-reply-to
内容
for expm1, we use the Taylor development near zero, but
we have to precise what means small value for x. here this means
abs(x) < math.log(2.0).
one can also use abs(x) < C
历史
日期 用户 动作 参数
2009-12-08 06:41:21nirinA修改recipients: + nirinA, tim.peters, rhettinger, terry.reedy, mark.dickinson, ned.deily, stutzbach, steven.daprano
2009-12-08 06:41:21nirinA修改messageid: <1260254481.46.0.775216948342.issue3366@psf.upfronthosting.co.za>
2009-12-08 06:41:20nirinA链接issue3366 messages
2009-12-08 06:41:20nirinA创建