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:56christian.heimessetspambayes_score: 0.0156572 -> 0.015657233
recipients: + christian.heimes, loewis, mark.dickinson, alanmcintyre, inducer
2008-01-08 23:16:55christian.heimessetspambayes_score: 0.0156572 -> 0.0156572
messageid: <1199834215.98.0.151596062774.issue1381@psf.upfronthosting.co.za>
2008-01-08 23:16:54christian.heimeslinkissue1381 messages
2008-01-08 23:16:54christian.heimescreate