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
Proposed:
pop a,b: push a rounded to b digits after decimal
Also consider:
pop a,b: push a rounded to b significant figures
pop a: push a in scientific notation (ex: 9000 => 9e3)
pop a,b: push a in scientific notation rounded to b significant figures
Also, I am currently experiencing roundoff errors.
The text was updated successfully, but these errors were encountered:
Proposed:
pop a,b: push a rounded to b digits after decimal
Also consider:
pop a,b: push a rounded to b significant figures
pop a: push a in scientific notation (ex: 9000 => 9e3)
pop a,b: push a in scientific notation rounded to b significant figures
Also, I am currently experiencing roundoff errors.
The text was updated successfully, but these errors were encountered: