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 seberg
Recipients gregory.p.smith, lukasz.langa, mark.dickinson, miss-islington, seberg, tim.peters, twouters
Date 2021-08-04.19:28:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628105300.72.0.388149810273.issue44698@roundup.psfhosted.org>
In-reply-to
Content
Thanks for looking into it!

`cpow` is indeed complicated.  We had some discussion in NumPy about `0**y` branch cuts (I did yet not finish it, because thinking about the branch cuts is tricky).

It is almost reassuring that the C standard also hedges out :).  Although, it means that there is no reliance on math libraries if we want to treat the special cases more carefully :(.
History
Date User Action Args
2021-08-04 19:28:20sebergsetrecipients: + seberg, tim.peters, twouters, gregory.p.smith, mark.dickinson, lukasz.langa, miss-islington
2021-08-04 19:28:20sebergsetmessageid: <1628105300.72.0.388149810273.issue44698@roundup.psfhosted.org>
2021-08-04 19:28:20seberglinkissue44698 messages
2021-08-04 19:28:20sebergcreate