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

Serhiy Storchaka report at bugs.python.org
Fri Sep 21 11:07:56 CEST 2012


Serhiy Storchaka added the comment:

> Well, C99 covers pow for *real* numbers just fine;  it's complex numbers
> where no-one wants to pin down what the behaviour should be. 

C99 contains cpow. Perhaps we should use conditional compilation?

----------

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


More information about the Python-bugs-list mailing list