Skip to content

A simple calculator that converts your input to postfix notation using the Shunting Yard algorithm.

License

Notifications You must be signed in to change notification settings

MystPi/python-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-calculator

A simple calculator that converts your input to postfix notation using the Shunting Yard algorithm.

Example

> 1 + 1
2
> (5 ^ 2) * 2
50
> 3 + 7 * 3
24

Usage

python3 calculator.py

About

A simple calculator that converts your input to postfix notation using the Shunting Yard algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages