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 Rhamphoryncus, christian.heimes, gmcastil, gvanrossum, mark.dickinson, tim.peters
Date 2008-01-21.13:52:48
SpamBayes Score 0.12708531
Marked as misclassified No
Message-id <1200923571.15.0.583846082149.issue1640@psf.upfronthosting.co.za>
In-reply-to
Content
I've added your complex patch and its tests to my patch. The tests are
showing some flaws in the atanh (or log1p) function on Windows:

AssertionError: atanh0022:atanh(-1.000000) returned -18.36840028483855,
expected -18.714973875118524

On Linux the tests are passing just fine.
History
Date User Action Args
2008-01-21 13:52:51christian.heimessetspambayes_score: 0.127085 -> 0.12708531
recipients: + christian.heimes, gvanrossum, tim.peters, mark.dickinson, Rhamphoryncus, gmcastil
2008-01-21 13:52:51christian.heimessetspambayes_score: 0.127085 -> 0.127085
messageid: <1200923571.15.0.583846082149.issue1640@psf.upfronthosting.co.za>
2008-01-21 13:52:49christian.heimeslinkissue1640 messages
2008-01-21 13:52:49christian.heimescreate