]> gitweb.michael.orlitzky.com - octave.git/blob - tests/trigonometric1_tests.m
Add trigonometric functions and their tests.
[octave.git] / tests / trigonometric1_tests.m
1 ## Test the optimal point.
2
3 x = [0.24307;
4 0.61268];
5
6 unit_test_equals("trigonometric1([0.24307; 0.61268]) == 0", ...
7 true, ...
8 norm(trigonometric1(x)) < 1e-6);