Skip to content

A Python program that can interpret and solve infix, postfix or prefix equations.

Notifications You must be signed in to change notification settings

n-alex-goncalves/infix-postfix-prefix-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Infix Postfix Prefix Calculator 📐 📝

A short open-source program that detects whether an equation is in infix, postfix or prefix notation and then calculates the answer.

The program works by checking the format of the equation and using the penultimate and final index of the equation to determine its notation. After finding the correct notation, the program then calls an appropriate function to return the answer of the equation (depending on its notation).

About

A Python program that can interpret and solve infix, postfix or prefix equations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages