mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
23 lines
326 B
JavaScript
23 lines
326 B
JavaScript
// test example
|
|
return;
|
|
|
|
var assert = require('assert'),
|
|
approx = require('../../../tools/approx.js'),
|
|
math = require('../../../math.js'),
|
|
complex = math.complex,
|
|
matrix = math.matrix,
|
|
unit = math.unit,
|
|
range = math.range;
|
|
|
|
// parser
|
|
|
|
// number
|
|
|
|
// complex
|
|
|
|
// unit
|
|
|
|
// string
|
|
|
|
// matrix, array, range
|