mathsteps-experimental-fork
Version:
Step by step math solutions. Experimental Fork
9 lines (6 loc) • 476 B
JavaScript
import { FunctionNode, OperatorNode, SymbolNode } from '../config.js';
import { createUtil } from '../utilRipFromMathJS/msc.js';
export { hasOwnProperty } from '../utilRipFromMathJS/msc.js';
const { isCommutative, isAssociative, allChildren, createMakeNodeFunction, flatten, unflattenr, unflattenl }
= createUtil({ FunctionNode, OperatorNode, SymbolNode });
export { allChildren, createMakeNodeFunction, flatten, isAssociative, isCommutative, unflattenl, unflattenr };