[issue7518] Some functions in pymath.c should be moved elsewhere.

Mark Dickinson report at bugs.python.org
Wed Dec 16 23:31:20 CET 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

For the recently added expm1 function (see issue #3366), I've put the 
substitute code in a new file Modules/_math.c, that's linked into math.so.  
I plan to move the other substitute libm functions from pymath.c into this 
file, and to link _math.c into the cmath module as well as the math 
module.

Roumen, I'm not sure I understand your comments about atan2.  Is there 
some link between atan2 and tanh that I'm not aware of?  Which platforms 
have unexpected behaviour for atan2?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7518>
_______________________________________


More information about the Python-bugs-list mailing list