[issue15996] pow() for complex numbers is rough around the edges

Terry J. Reedy report at bugs.python.org
Thu Oct 21 16:21:43 EDT 2021


Terry J. Reedy <tjreedy at udel.edu> added the comment:

In Windows, I now get the Mark's macOS result instead of the Z.D.Error.

>>> (1.0+0j)**(float('inf') + 0j)
(nan+nanj)

Has there been a revision of complex ** on another issue such that this one is obsolete?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue15996>
_______________________________________


More information about the Python-bugs-list mailing list