Message 70722 - Python tracker
Message70722
| Author | ms |
|---|---|
| Recipients | ms |
| Date | 2008-08-04.22:20:46 |
| SpamBayes Score | 0.0005250815 |
| Marked as misclassified | No |
| Message-id | <1217888447.93.0.520646287679.issue3501@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-08-04 22:20:48 | ms | set | recipients: + ms |
| 2008-08-04 22:20:47 | ms | set | messageid: <1217888447.93.0.520646287679.issue3501@psf.upfronthosting.co.za> |
| 2008-08-04 22:20:47 | ms | link | issue3501 messages |
| 2008-08-04 22:20:46 | ms | create | |