mathjs/test/function/example.test.js
2013-08-05 23:05:23 +02:00

23 lines
325 B
JavaScript

// test example
return;
var assert = require('assert'),
approx = require('../../tools/approx.js'),
math = require('../../src/index.js'),
complex = math.complex,
matrix = math.matrix,
unit = math.unit,
range = math.range;
// parser
// number
// complex
// unit
// string
// matrix, array, range