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 things that I think would be easy enough to implement if there is interest:
output formatting: number of decimal places, commas or other delimiters for thousands (or tens of thousands, which I think some places use). Also showing engineering notation (output in form of x * 10^(3*n) instead of x * 10^n) (I meant to include some output formatting before releasing it, but I wanted to try sharing it first to see if there was any interest)
defining functions (similar to how variables are defined)
graphing those functions
simple equation solving (this might be a lot harder, but I could probably implement some simple methods)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Some things that I think would be easy enough to implement if there is interest:
x * 10^(3*n)instead ofx * 10^n) (I meant to include some output formatting before releasing it, but I wanted to try sharing it first to see if there was any interest)Beta Was this translation helpful? Give feedback.
All reactions