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
21 lines (15 loc) • 468 B
JavaScript
export function noBignumber () {
throw new Error('No "bignumber" implementation available')
}
export function noFraction () {
throw new Error('No "fraction" implementation available')
}
export function noMatrix () {
throw new Error('No "matrix" implementation available')
}
export function noIndexClass () {
throw new Error('No "Index" implementation available')
}
export function noSubset () {
throw new Error('No "matrix" implementation available')
}