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
Some people like to use, for example, * 10^3 as a constant when using scientific notation. This is an expensive thing to compute, so it'd be better if we could pre-process the AST to eliminate these extraneous computations.