UNPKG

mathjslab

Version:

MathJSLab - An interpreter with language syntax like MATLAB®/Octave. ISBN 978-65-00-82338-7

9 lines (8 loc) 438 B
export { CharString } from './char-string'; export { Decimal } from 'decimal.js'; export { ComplexDecimal } from './complex-decimal'; export { MultiArray } from './multi-array'; export { CoreFunctions } from './core-functions'; export { LinearAlgebra } from './linear-algebra'; export { MathObject } from './math-object'; export { TEvaluatorConfig, TBaseFunctionTable, NodeName, NodeExpr, Evaluator, TAliasNameTable } from './evaluator';