Closed
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?