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.

作者 ms
收信人 ms
日期 2008-08-04.22:20:46
SpamBayes Score 0.0005250815
Marked as misclassified
Message-id <1217888447.93.0.520646287679.issue3501@psf.upfronthosting.co.za>
In-reply-to
内容
The math module contains log1p but is missing expm1 (the inverse of
log1p). These functions are necessary to avoid loss of precision in
floating point calculations, and are part of the C99 standard math library.
历史
日期 用户 动作 参数
2008-08-04 22:20:48ms修改recipients: + ms
2008-08-04 22:20:47ms修改messageid: <1217888447.93.0.520646287679.issue3501@psf.upfronthosting.co.za>
2008-08-04 22:20:47ms链接issue3501 messages
2008-08-04 22:20:46ms创建