mathjslab
Version:
MathJSLab - An interpreter with language syntax like MATLAB®/Octave, ISBN 978-65-00-82338-7.
19 lines (18 loc) • 720 B
TypeScript
export { Decimal } from 'decimal.js';
export { CharString } from './CharString';
export { ComplexDecimal } from './ComplexDecimal';
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 * as AST from './AST';
export * from './Evaluator';
/**
* The following constant is defined in `webpack.config.ts`
*/
export declare const bundleConfiguration: string;