leftover codes
This commit is contained in:
@ -80,13 +80,6 @@ let Equation = {
|
||||
};
|
||||
},
|
||||
|
||||
// 2x + 5x * x => 7x^2
|
||||
simplify(expression) {
|
||||
let stack = parseExpression(expression);
|
||||
|
||||
console.log(stack);
|
||||
},
|
||||
|
||||
registerOperator(key, options) {
|
||||
operators[key] = options;
|
||||
},
|
||||
|
Reference in New Issue
Block a user