[issue9920] test_cmath on atan fails on AIX

Mark Dickinson report at bugs.python.org
Wed Sep 22 16:30:50 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

Sorry---one more question:  could you tell me what the following gives on the AIX machine?

Python 2.7 (r27:82500, Aug 15 2010, 14:21:15) 
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from cmath import tanh
>>> tanh(complex(-0.0, 0.0))
(-0+0j)


Thanks.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9920>
_______________________________________


More information about the Python-bugs-list mailing list