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.12:31:08
SpamBayes Score 0.06879183
Marked as misclassified No
Message-id <1200918669.82.0.325407716705.issue1640@psf.upfronthosting.co.za>
In-reply-to
Content
The mail interface screwed up the message:

>>> math.atanh(.9999999999999999)
18.714973875118524
>>> math.atanh(.99999999999999999)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: math domain error
History
Date User Action Args
2008-01-21 12:31:09christian.heimessetspambayes_score: 0.0687918 -> 0.06879183
recipients: + christian.heimes, gvanrossum, tim.peters, mark.dickinson, Rhamphoryncus, gmcastil
2008-01-21 12:31:09christian.heimessetspambayes_score: 0.0687918 -> 0.0687918
messageid: <1200918669.82.0.325407716705.issue1640@psf.upfronthosting.co.za>
2008-01-21 12:31:09christian.heimeslinkissue1640 messages
2008-01-21 12:31:08christian.heimescreate