Skip to content

Generic calculator with order of precedence.

License

Notifications You must be signed in to change notification settings

YuriusuDev/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Generic calculator with order of precedence support.

Uses the stack-based infix to postfix notation to perform arithmetic operation.

Built with React and ESBuild ❤️