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

11 lines (8 loc) 204 B
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Florent Cailhol @ooflorent */ "use strict"; exports.STAGE_BASIC = -10; exports.STAGE_DEFAULT = 0; exports.STAGE_ADVANCED = 10;