mathjs/test/function/example.test.js
Sebastien Piquemal a6b4ad7526 fixed tests
2013-08-14 15:43:32 +04:00

23 lines
321 B
JavaScript

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