diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-07-26 17:24:34 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-07-26 17:25:10 -0300 |
commit | 9151eb591dcab408d3a7e4d9e3b3874c2e281acf (patch) | |
tree | 15531f24cc3ec63a13810bb442a68472f3f77de9 /bin | |
parent | 8d4d167234e08fe0de74ea29814febd5b7a272f8 (diff) |
Changed the way the step decimals are computed to a safer way, fixes many issues.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/tests/test_math.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/tests/test_math.cpp b/bin/tests/test_math.cpp index 8e08969fa4..4b686e8af8 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; { |