Mark Dickinson added the comment:

One more comment:  the Py_IS_NAN test in acosh is likely never reached, since 
the 
comparison x >= two_pow_p28 will probably evaluate to 0 when x is a NaN.

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1640>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to