Skip to content

Commit

Permalink
merge 8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sebres committed Dec 28, 2024
2 parents 69ed0cf + a33af89 commit e7a8b88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/expr.test
Original file line number Diff line number Diff line change
Expand Up @@ -7309,6 +7309,11 @@ foreach {v r} {
1/Inf zero
-1/Inf zero
1e-314 subnormal
-1e-314 subnormal
.0999999**320 subnormal
-.0999999**320 subnormal
1e-320/.9 subnormal
-1e-320/.9 subnormal
1e5555 infinite
1e308**1e10 infinite
Inf infinite
Expand Down

0 comments on commit e7a8b88

Please sign in to comment.