This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author klankschap
Recipients klankschap, steven.daprano, xtreak
Date 2018-09-12.16:21:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <26EDB398-2063-45D0-A493-D4F4AD647A33@klankschap.nl>
In-reply-to <1536768741.05.0.956365154283.issue34645@psf.upfronthosting.co.za>
Content
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 <report@bugs.python.org> wrote:
> 
> 
> Steven D'Aprano <steve+python@pearwood.info> 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 <report@bugs.python.org>
> <https://bugs.python.org/issue34645>
> _______________________________________
History
Date User Action Args
2018-09-12 16:21:40klankschapsetrecipients: + klankschap, steven.daprano, xtreak
2018-09-12 16:21:40klankschaplinkissue34645 messages
2018-09-12 16:21:40klankschapcreate