tests: Allow float tests to run when MATH_SPECIAL_FUNCTIONS is disabled.

This commit is contained in:
Damien George
2016-01-08 14:27:21 +00:00
parent 978d2e55ef
commit b1fa907d56
4 changed files with 45 additions and 11 deletions

View File

@@ -32,7 +32,6 @@ functions = [
('rect', rect, ((0, 0), (0, 1), (0, -1), (1, 0), (-1, 0), (1, 1), (-1, 1), (1, -1), (123., -456.))),
('exp', exp, test_values),
('log', log, test_values_non_zero),
('log10', log10, test_values_non_zero),
('sqrt', sqrt, test_values),
('cos', cos, test_values),
('sin', sin, test_values),