[issue1640] Enhancements for mathmodule

Christian Heimes report at bugs.python.org
Mon Jan 21 13:31:09 CET 2008


Christian Heimes added the comment:

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

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1640>
__________________________________


More information about the Python-bugs-list mailing list