mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
10 lines
168 B
JavaScript
10 lines
168 B
JavaScript
// test complex functions
|
|
|
|
var assert = require('assert');
|
|
var math = require('../../math.js');
|
|
|
|
// TODO: test re
|
|
// TODO: test im
|
|
// TODO: test arg
|
|
// TODO: test conj
|