UNPKG

mathjslab

Version:

MathJSLab - Interpreter with language syntax like MATLAB/Octave

7 lines (6 loc) 312 B
export { CharString } from './char-string'; export { Decimal } from 'decimal.js'; export { ComplexDecimal } from './complex-decimal'; export { MultiArray } from './multi-array'; export { Tensor } from './tensor'; export { TEvaluatorConfig, TBaseFunctionTable, NodeName, NodeExpr, Evaluator } from './evaluator';