Floris van Manen <[email protected]> added the comment:
Well, the thing is that i pass two (apparent) identical values into the same function, and get two different results. Apparent as in one value generated via np.linspace() and one directly retrieved from a list. > On 12 Sep 2018, at 18:12, Steven D'Aprano <[email protected]> wrote: > > > Steven D'Aprano <[email protected]> added the comment: > > Oops, sorry, I mistyped. I said: > > So there's a problem. You're trying to raise a negative number > to a positive value > > > I meant to say a *fractional* value. Sorry for the confusion. > > ---------- > > _______________________________________ > Python tracker <[email protected]> > <https://bugs.python.org/issue34645> > _______________________________________ ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue34645> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
