-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
API changeChanges to existing functions or objects in the API.Changes to existing functions or objects in the API.
Description
I stumbled across this page, which lists four constants in the spec: e
, inf
, nan
and pi
.
I'm not strongly opposed, but it isn't really clear to me why we need these in the spec when they already exist in Python's builtin math
built. Given that these should be builtin Python float objects, it isn't clear to me what we gain from including these, except saving users another import?
leofang
Metadata
Metadata
Assignees
Labels
API changeChanges to existing functions or objects in the API.Changes to existing functions or objects in the API.