Skip to content

This calculator implements bodmas by evaluating the postfix expression. The input(in infix format) is connverted to postfix format and then the resultant is evaluated to give the final answer. Use of Tkinter module in Python. (Implementation of Stacks)

Notifications You must be signed in to change notification settings

ittirehan97/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Calculator

This calculator implements bodmas by evaluating the postfix expression. The input(in infix format) is connverted to postfix format and then the resultant is evaluated to give the final answer. Use of Tkinter module in Python. (Implementation of Stacks)

About

This calculator implements bodmas by evaluating the postfix expression. The input(in infix format) is connverted to postfix format and then the resultant is evaluated to give the final answer. Use of Tkinter module in Python. (Implementation of Stacks)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages