This is a Reverse Polish Notation calculator.
Most of the operators documented in this RPN CLI tool are avaible.
Variables haven't yet been implemented (should be easy, WIP), and macros will require slight refactoring to implement.
The =
operator is actually an alias to pop (the stack is fully visible anyway). TODO: also put the value in the result box)
{ <space> | ; | , }
,
may be allowed as a decimal separator in the future, please avoid it!=
) is aliased to pop, useful to empty last stack value and start over.Stack 🠕
History 🠗