Skip to content

A simple python calculator that builds expression trees, does this entirely from scratch, allows variables, function assigning, and parenthesis

Notifications You must be signed in to change notification settings

JonathanEnslin/expression-tree-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

expression-tree-builder

A simple python calculator that builds expression trees, does this entirely from scratch, allows variables, function assigning, and parenthesis.

It should be noted that the order of operations for exponents do not necessarily adhere to the norm where exponents are chained.

Explanation of algorithm is yet to come.

About

A simple python calculator that builds expression trees, does this entirely from scratch, allows variables, function assigning, and parenthesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages