mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
10 lines
185 B
JavaScript
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
|