mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
8 lines
135 B
JavaScript
8 lines
135 B
JavaScript
// test statistic functions
|
|
|
|
var assert = require('assert');
|
|
var math = require('../../math.js');
|
|
|
|
// TODO: test max
|
|
// TODO: test min
|