You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently codegen prints out plain integers and floats, but for large numbers using a scientific notation is desirable.
JS stringifies integers up to 1e+21 (exclusive). The floating precision varies, but going after the default value of Math.PI I'd assume 1e-15 being the boundary should be fine.