/reverse-polish-notation

Simple Reverse Polish Notation calculator. It works with integer numbers only and the basic operators (+, -, *, /). The division result is the integer part of it.

Primary LanguagePython

Watchers