UNPKG

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

26 lines (19 loc) 673 B
// 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' // backward compatibility stuff for v5 export * from './deprecatedAny'