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 Rhamphoryncus, christian.heimes, gmcastil, gvanrossum, mark.dickinson, tim.peters
Date 2008-01-21.15:11:26
SpamBayes Score 0.07760504
Marked as misclassified No
Message-id <1200928287.73.0.152686192639.issue1640@psf.upfronthosting.co.za>
In-reply-to
Content
Christian: would it be possible for you to tell me what the argument of the 
log1p call is on Windows in that last branch of c_atanh, for the testcase 
atanh0022.

On OS X I get:

Input to log1p is 3.2451855365842669075e+32

It's hard to imagine that there's anything wrong with log1p here, since all 
it does for a large input like this is compute log(1+x).
History
Date User Action Args
2008-01-21 15:11:27mark.dickinsonsetspambayes_score: 0.077605 -> 0.07760504
recipients: + mark.dickinson, gvanrossum, tim.peters, Rhamphoryncus, christian.heimes, gmcastil
2008-01-21 15:11:27mark.dickinsonsetspambayes_score: 0.077605 -> 0.077605
messageid: <1200928287.73.0.152686192639.issue1640@psf.upfronthosting.co.za>
2008-01-21 15:11:26mark.dickinsonlinkissue1640 messages
2008-01-21 15:11:26mark.dickinsoncreate