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 Jáchym Barvínek
Recipients Jáchym Barvínek
Date 2016-10-25.14:57:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477407440.28.0.0137901143197.issue28529@psf.upfronthosting.co.za>
In-reply-to
Content
0 ** 0 is mathematically undefined and equivalent to 0/0. 0/0 correctly raises ZeroDivisionError, but 0 ** 0 == 1. Also 0.0 ** 0 == 0 ** 0.0 == 0.0 ** 0.0 == 0.0. Similarly for math.pow.
History
Date User Action Args
2016-10-25 14:57:20Jáchym Barvíneksetrecipients: + Jáchym Barvínek
2016-10-25 14:57:20Jáchym Barvíneksetmessageid: <1477407440.28.0.0137901143197.issue28529@psf.upfronthosting.co.za>
2016-10-25 14:57:20Jáchym Barvíneklinkissue28529 messages
2016-10-25 14:57:20Jáchym Barvínekcreate