What Calculator does

Calculator Window

Calculator is a tkinter app that can parse mathematical input and return a result. Currently, it allows for the use of the four basic operations, exponents, π and ℮.


Function

Calculator follows the order of operations, allowing it to perform multi-operation arithmatic. It has thirteen decimal places of accuracy. Calculator has a suite of tests that try to test all scenarios. More operations are on the way.