We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 177ef91 + 09f8989 commit 1ea4f27Copy full SHA for 1ea4f27
tests/basictest.cpp
@@ -636,6 +636,8 @@ TEST_CASE("64bit.inf") {
636
}
637
638
TEST_CASE("64bit.general") {
639
+ verify("22250738585072012e-324",0x1p-1022); /* limit between normal and subnormal*/
640
+ verify("-22250738585072012e-324",-0x1p-1022); /* limit between normal and subnormal*/
641
verify("-1e-999",-0.0);
642
verify("-2.2222222222223e-322",-0x1.68p-1069);
643
verify("9007199254740993.0", 0x1p+53);
0 commit comments