From 604424b62468b7dfe8cea3f9ad7cdd0496b19211 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 6 Dec 2023 21:17:09 -0500 Subject: [PATCH] adding a test --- tests/basictest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/basictest.cpp b/tests/basictest.cpp index 3d7f753f..014aede9 100644 --- a/tests/basictest.cpp +++ b/tests/basictest.cpp @@ -825,6 +825,7 @@ TEST_CASE("64bit.inf") { } TEST_CASE("64bit.general") { + verify("0.95000000000000000000",0.95); verify("22250738585072012e-324",0x1p-1022); /* limit between normal and subnormal*/ verify("-22250738585072012e-324",-0x1p-1022); /* limit between normal and subnormal*/ verify("-1e-999", -0.0, std::errc::result_out_of_range);