Closed mattk410 closed 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
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