mathjs/test/function/complex.js
2013-02-24 20:28:36 +01:00

12 lines
228 B
JavaScript

// test complex functions
var assert = require('assert');
var math = require('../../math.js'),
Complex = math.type.Complex,
Unit = math.type.Unit;
// TODO: test re
// TODO: test im
// TODO: test arg
// TODO: test conj