Skip to content

Commit 09f8989

Browse files
committed
Adding test.
1 parent 177ef91 commit 09f8989

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/basictest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,8 @@ TEST_CASE("64bit.inf") {
636636
}
637637

638638
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*/
639641
verify("-1e-999",-0.0);
640642
verify("-2.2222222222223e-322",-0x1.68p-1069);
641643
verify("9007199254740993.0", 0x1p+53);

0 commit comments

Comments
 (0)