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

14 lines (12 loc) 367 B
'use strict' module.exports = [ // Note that the docs folder is called "embeddedDocs" and not "docs" to prevent issues // with yarn autoclean. See https://github.com/josdejong/mathjs/issues/969 require('./embeddedDocs'), require('./function'), require('./node'), require('./transform'), require('./Help'), require('./parse'), require('./Parser') ]