Skip to content

Calculator that uses a shunting yard algorithm to convert input to Reverse Polish Notation

Notifications You must be signed in to change notification settings

Perustaja/RpnCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

SimpleCalc

How to use

Simply launch the project and input to the calculator using the buttons displayed. There is no keyboard support and anything beyond simple calculations isn't supported(powers, square roots, etc.)

About

This calculator takes in input using the common Shunting Yard algorithm which takes the input and converts it to Reverse Polish Notation. This is a simple and effective algorithm which respects PEMDAS.

About

Calculator that uses a shunting yard algorithm to convert input to Reverse Polish Notation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages