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 serhiy.storchaka
Recipients mark.dickinson, rhettinger, serhiy.storchaka, tim.peters
Date 2021-06-08.07:47:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623138477.14.0.539457335128.issue44339@roundup.psfhosted.org>
In-reply-to
Content
What about math.pow(0.0, -1.0)? Should it return -inf or raise ZeroDivisionError?

And what about math.pow(-0.0, -inf)? Should it return inf, -inf or nan or raise an exception?
History
Date User Action Args
2021-06-08 07:47:57serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, mark.dickinson
2021-06-08 07:47:57serhiy.storchakasetmessageid: <1623138477.14.0.539457335128.issue44339@roundup.psfhosted.org>
2021-06-08 07:47:57serhiy.storchakalinkissue44339 messages
2021-06-08 07:47:57serhiy.storchakacreate