Christian Heimes added the comment:

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.

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1381>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to