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

15 lines
294 B
JavaScript

// test trigonometric functions
var assert = require('assert');
var math = require('../../math.js'),
Complex = math.type.Complex,
Unit = math.type.Unit;
// TODO: test acos
// TODO: test asin
// TODO: test atan
// TODO: test atan2
// TODO: test cos
// TODO: test sin
// TODO: test tan