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

9 lines
172 B
JavaScript

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