source-academy / py-slang

Python sublanguage for SICP
Apache License 2.0
0 stars 0 forks source link

Update math predeclared names #37

Closed JJtan2002 closed 5 months ago

JJtan2002 commented 5 months ago

Math constant names now match the Python math library. The primitive values Infinity and NaN can be accessed with math_inf and math_nan.