[issue32171] Inconsistent results for fractional power of -infinity

Mark Dickinson report at bugs.python.org
Wed Nov 29 16:59:31 EST 2017


Mark Dickinson <dickinsm at gmail.com> added the comment:

See also this posting [1], where the omission is discussed, and Vincent Lefevre suggests that the behaviour should be:

> pow (±inf, y) is +inf with no exception
    for finite y > 0 and not an odd integer

[1] http://grouper.ieee.org/groups/754/email/msg03969.html

----------

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


More information about the Python-bugs-list mailing list