Date: Saturday, January 21, 2006 @ 00:57:28
  Author: marc
    Path: /cvsroot/carob/carob/test/40-Parameter-PreparedStatement

Modified: TestIEEE754.cpp (1.2 -> 1.3)

Added some values.


-----------------+
 TestIEEE754.cpp |    2 ++
 1 files changed, 2 insertions(+)


Index: carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp
diff -u carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.2 
carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.3
--- carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.2       Sat Jan 
21 00:11:32 2006
+++ carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp   Sat Jan 21 
00:57:28 2006
@@ -113,6 +113,8 @@
           { 1, 0.0 },
           { -1, -1 },
           { -5e30, 1e-200 },
+          { -0.1, 0.1 },
+          { -1/3, 1/3 },
           { Floats::round_error(), Doubles::round_error() },
            { Floats::epsilon(), -Doubles::epsilon() },
           {  -Floats::min()*2, Doubles::min()*2 },

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to