[issue22604] assertion error in complex division

Serhiy Storchaka report at bugs.python.org
Fri Oct 10 18:46:00 CEST 2014


Serhiy Storchaka added the comment:

I think it is the right result.

>>> 0.0 / float('nan')
nan

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list