mathjs/test/function/complex.js

12 lines
218 B
JavaScript

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