mathjs/test/function/util.js
2013-03-14 21:20:53 +01:00

12 lines
226 B
JavaScript

// test util functions
var assert = require('assert');
var math = require('../../math.js'),
Complex = math.Complex,
Unit = math.Unit;
// TODO: test format
// TODO: test help
// TODO: test import
// TODO: test typeof