UNPKG

336 BJavaScriptView Raw
1module.exports = [
2 require('./type'), // data types (Matrix, Complex, Unit, ...)
3 require('./constants'), // constants
4 require('./expression'), // expression parsing
5 require('./function'), // functions
6 require('./json'), // serialization utility (math.json.reviver)
7 require('./error') // errors
8];