mathjs/test/function/statistics.js

10 lines
185 B
JavaScript

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