This is a project with the implementation of the stack-based calculator ("Reverse Polish Notation", see more).
This implementation was made according to the description of the algorithm (RPN) in "Stack, or Round Trip" by author A. Vtornikov (orig. rus "Стек, или Путешествие туда и обратно" А. Вторников).
--> input: Expression in infix (normal) form, each symbol separated by space
--> output: console
Calculator supports 4 usual algebraic operations: SUM, DIFF, MUL, DIV.