Message 70724 - Python tracker
Message70724
| Author | mark.dickinson |
|---|---|
| Recipients | mark.dickinson, ms |
| Date | 2008-08-04.23:07:06 |
| SpamBayes Score | 0.067038625 |
| Marked as misclassified | No |
| Message-id | <1217891227.2.0.198065157565.issue3501@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
A cheap trick would be to use the identity expm1(x) = 2*exp(x/2)*sinh(x/2) This could also be used in Python as a workaround, for now. But I agree that expm1 should go into the math library. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-08-04 23:07:07 | mark.dickinson | set | recipients: + mark.dickinson, ms |
| 2008-08-04 23:07:07 | mark.dickinson | set | messageid: <1217891227.2.0.198065157565.issue3501@psf.upfronthosting.co.za> |
| 2008-08-04 23:07:06 | mark.dickinson | link | issue3501 messages |
| 2008-08-04 23:07:06 | mark.dickinson | create | |