mathjslab
Version:
MathJSLab - An interpreter with language syntax like MATLAB®/Octave, ISBN 978-65-00-82338-7.
17 lines (16 loc) • 699 B
TypeScript
export { Decimal } from 'decimal.js';
export { CharString } from './CharString';
export { ComplexNumber } from './ComplexNumber';
export { ComplexDecimal } from './ComplexDecimal';
export { Complex, type ComplexType } from './Complex';
export { MultiArray } from './MultiArray';
export { Structure } from './Structure';
export { FunctionHandle } from './FunctionHandle';
export { LinearAlgebra } from './LinearAlgebra';
export { MathOperation } from './MathOperation';
export { CoreFunctions } from './CoreFunctions';
export { Configuration } from './Configuration';
export { SymbolTable } from './SymbolTable';
export { MathML } from './MathML';
export * from './AST';
export * from './Evaluator';