PythonCalculator

Keywords BDD, RPN

A calculator which accepts an infix mathematical statement, converts it to post-post (reverse polish) and returns the answers as a string or an error message.

Includes an anaconda environment.