]> git.saurik.com Git - redis.git/blobdiff - tests/support/util.tcl
more valgrind (and other archs) friendly testing of floating number related features.
[redis.git] / tests / support / util.tcl
index a39a2134b5f5209cd60c338b432d9ec7477564b8..675d57f78ad51f586d51849c89bc7aa2ba29584e 100644 (file)
@@ -294,3 +294,7 @@ proc csvdump r {
 proc csvstring s {
     return "\"$s\""
 }
+
+proc roundFloat f {
+    format "%.10g" $f
+}