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, ned.deily, nirinA, rhettinger, steven.daprano, stutzbach, terry.reedy, tim.peters
日期 2009-12-11.17:26:58
SpamBayes Score 0.024905164
Marked as misclassified
Message-id <1260552420.1.0.14073011685.issue3366@psf.upfronthosting.co.za>
In-reply-to
内容
> expm1(x) = sinh(x/2)*exp(x/2)

Should be 2*sinh(x/2)*exp(x/2).
历史
日期 用户 动作 参数
2009-12-11 17:27:00mark.dickinson修改recipients: + mark.dickinson, tim.peters, rhettinger, terry.reedy, ned.deily, stutzbach, nirinA, steven.daprano
2009-12-11 17:27:00mark.dickinson修改messageid: <1260552420.1.0.14073011685.issue3366@psf.upfronthosting.co.za>
2009-12-11 17:26:58mark.dickinson链接issue3366 messages
2009-12-11 17:26:58mark.dickinson创建