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 mark.dickinson
Recipients mark.dickinson, rpetrov
Date 2009-12-16.22:31:18
SpamBayes Score 4.8545508e-06
Marked as misclassified No
Message-id <1261002680.78.0.818995611941.issue7518@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2009-12-16 22:31:20mark.dickinsonsetrecipients: + mark.dickinson, rpetrov
2009-12-16 22:31:20mark.dickinsonsetmessageid: <1261002680.78.0.818995611941.issue7518@psf.upfronthosting.co.za>
2009-12-16 22:31:19mark.dickinsonlinkissue7518 messages
2009-12-16 22:31:19mark.dickinsoncreate