mathjs/test/function/statistics.js
2013-02-18 21:33:47 +01:00

10 lines
195 B
JavaScript

// test statistic functions
var assert = require('assert');
var math = require('../../math.js'),
Complex = math.type.Complex,
Unit = math.type.Unit;
// TODO: test max
// TODO: test min