mathjs/test/function/trigonometry.js

16 lines
288 B
JavaScript

// test trigonometric functions
var assert = require('assert');
var math = require('../../math.js');
// TODO: test acos
// TODO: test asin
// TODO: test atan
// TODO: test atan2
// TODO: test cos
// TODO: test cot
// TODO: test csc
// TODO: test sec
// TODO: test sin
// TODO: test tan