A calculator written in Python with a graphing mode
A calculator written in python and kivy with a standard calculation mode and a graphing mode using reverse polish notation
and the shunting yard algorithm. Currently all the standard operators such as +,-,/,* (including unary - and +) and ^
are implemented as well as sin,cos and tan (in radians).
Also in the graphing mode there is support for animation by adding a variable and setting a maximum and minimum
then pressing the “play” button.
(x+3)(x-2)
do not work as a * must be put in between them