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

25 lines (24 loc) 655 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.noBignumber = noBignumber; exports.noFraction = noFraction; exports.noIndex = noIndex; exports.noMatrix = noMatrix; exports.noSubset = noSubset; function noBignumber() { throw new Error('No "bignumber" implementation available'); } function noFraction() { throw new Error('No "fraction" implementation available'); } function noMatrix() { throw new Error('No "matrix" implementation available'); } function noIndex() { throw new Error('No "index" implementation available'); } function noSubset() { throw new Error('No "matrix" implementation available'); }