From 9151eb591dcab408d3a7e4d9e3b3874c2e281acf Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 26 Jul 2016 17:24:34 -0300 Subject: Changed the way the step decimals are computed to a safer way, fixes many issues. --- bin/tests/test_math.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/tests/test_math.cpp') diff --git a/bin/tests/test_math.cpp b/bin/tests/test_math.cpp index 8e08969fa..4b686e8af 100644 --- a/bin/tests/test_math.cpp +++ b/bin/tests/test_math.cpp @@ -113,6 +113,7 @@ uint32_t ihash3( uint32_t a) MainLoop* test() { + print_line(itos(Math::step_decimals( 0.0001 ))); return NULL; { -- cgit v1.2.3-70-g09d2