-
-
Notifications
You must be signed in to change notification settings - Fork 34.1k
Closed as not planned
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
# SUMMARY : Terminal (Python 3.14.0) returns 1 when it is 0**0 (zero to the power zero)
# RUN THIS CODE TO REPRODUCE THE ISSUE :
print (0 ** 0)
# EXPECTED RETURN : Infinity or Not Defined
# ACTUAL RETURN : 1CPython versions tested on:
3.14
Operating systems tested on:
Windows
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error