mathjs
Version:
Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with dif
23 lines (17 loc) • 601 B
JavaScript
// configuration
export { config } from './configReadonly'
// functions and constants
export * from './pureFunctionsAny.generated'
export * from './impureFunctionsAny.generated'
export * from './typeChecks'
// error classes
export { IndexError } from '../error/IndexError'
export { DimensionError } from '../error/DimensionError'
export { ArgumentsError } from '../error/ArgumentsError'
// dependency groups
export * from './dependenciesAny.generated'
// factory functions
export * from '../factoriesAny'
// core
export { create } from '../core/create'
export { factory } from '../utils/factory'