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
A simple command-line calculator program with an embedded interpreter package.
Interpreter:
If you wish to use the interpreter in your own project, simply call interpreter.Evaluate(equation string) and it will return the solution to your equation.