]> gitweb.michael.orlitzky.com - octave.git/blob - tests/wood_tests.m
822da9993476707d3691f014546d6e7467754794
[octave.git] / tests / wood_tests.m
1 ## Test the optimal point.
2
3 f = wood(1,1,1,1);
4 unit_test_equals("wood(1,1,1,1) == 0", ...
5 0, ...
6 wood(1,1,1,1));