This commit is contained in:
Dragon Fire
2021-05-08 16:24:07 -04:00
parent 2cb0e485bf
commit b466a76c2d
-2
View File
@@ -4,8 +4,6 @@ const math = core.create(core.all);
math.import({ math.import({
import: () => { throw new Error('Function import is disabled'); }, import: () => { throw new Error('Function import is disabled'); },
createUnit: () => { throw new Error('Function createUnit 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'); }, simplify: () => { throw new Error('Function simplify is disabled'); },
derivative: () => { throw new Error('Function derivative is disabled'); } derivative: () => { throw new Error('Function derivative is disabled'); }
}, { override: true }); }, { override: true });