- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message59572
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.
| Author | christian.heimes |
|---|---|
| Recipients | alanmcintyre, christian.heimes, inducer, loewis, mark.dickinson |
| Date | 2008-01-08.23:16:54 |
| SpamBayes Score | 0.015657233 |
| Marked as misclassified | No |
| Message-id | <1199834215.98.0.151596062774.issue1381@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It may even be a good idea to move asinh, copysign and log1p to a new file Python/pymath.c and add compensatory implementations of acosh, atanh and expm1, too. The math related code in pyport.h could then be moved to Include/pymath.h. In the past some people have asked me to implement the reverse hyperbolic functions for the math module. This is beyond a simple fix for the cmath module and should be discussed on the python-dev list first. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-01-08 23:16:56 | christian.heimes | set | spambayes_score: 0.0156572 -> 0.015657233 recipients: + christian.heimes, loewis, mark.dickinson, alanmcintyre, inducer |
| 2008-01-08 23:16:55 | christian.heimes | set | spambayes_score: 0.0156572 -> 0.0156572 messageid: <1199834215.98.0.151596062774.issue1381@psf.upfronthosting.co.za> |
| 2008-01-08 23:16:54 | christian.heimes | link | issue1381 messages |
| 2008-01-08 23:16:54 | christian.heimes | create | |

