-
Notifications
You must be signed in to change notification settings - Fork 0
JS code that will parse and calculate a simple mathematical formula using a recursive function "parse()" that builds a tree of atomic operations. I used a recursive function "calculate()" that will navigate through the tree to calculate each node. The code does not use the JS function "eval()".
Emnaghz/formula_calculator
About
JS code that will parse and calculate a simple mathematical formula using a recursive function "parse()" that builds a tree of atomic operations. I used a recursive function "calculate()" that will navigate through the tree to calculate each node. The code does not use the JS function "eval()".
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published