Mark Dickinson added the comment:

> Isn't the behaviour of quiet NaNs kindof implementation-dependent already?

Not as far as IEEE 754-2008 is concerned, and not as far as Python's math 
module is concerned, either: handling of special cases is, as far as I know, 
both consistent across platforms and compliant with IEEE 754. That's not true 
across Python as a whole, but it should be true for the math module.

If you find an exception to the above statement, please do open a bug report!

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29282>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to