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 terry.reedy
Recipients
Date 2007-03-22.01:09:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Definition: n**m == 1 multiplied by n m times.
This definition is consistent with n**m * n**k == n**(m+k).
By this definition, the 3 examples you call wrong are correct,
though the latter two involving inf are possibly platform dependent.
Closing as invalid
History
Date User Action Args
2007-08-23 14:52:29adminlinkissue1681671 messages
2007-08-23 14:52:29admincreate