From b466a76c2d35042e56aed2d83e6a91a4b28714d8 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 8 May 2021 16:24:07 -0400 Subject: [PATCH] Fix math --- commands/edit-number/math.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/commands/edit-number/math.js b/commands/edit-number/math.js index e08a37f0..5c32e879 100644 --- a/commands/edit-number/math.js +++ b/commands/edit-number/math.js @@ -4,8 +4,6 @@ const math = core.create(core.all); math.import({ import: () => { throw new Error('Function import is disabled'); }, createUnit: () => { throw new Error('Function createUnit is disabled'); }, - evaluate: () => { throw new Error('Function evaluate is disabled'); }, - parse: () => { throw new Error('Function parse is disabled'); }, simplify: () => { throw new Error('Function simplify is disabled'); }, derivative: () => { throw new Error('Function derivative is disabled'); } }, { override: true });