shrey183 / Symbolic-Calculator

This is an ongoing project to create a symbolic calculator.
MIT License
2 stars 10 forks source link

switch to math.js evalutate #22

Closed mattk410 closed 6 years ago

mattk410 commented 6 years ago

Use math.js eval function rather than converting expression to be handled by default JS eval(). Math.js handles all of the operations that the convert function did, plus others, such as factorials. Fixes #15