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