Use DBL_MIN instead of DBL_EPSILON for Num.smallest.

This commit is contained in:
Bob Nystrom
2016-08-27 17:25:32 -07:00
parent b8b0f36521
commit 09ef904d32
4 changed files with 5 additions and 3 deletions

View File

@ -0,0 +1 @@
System.print(Num.largest) // expect: 1.7976931348623e+308

View File

@ -0,0 +1 @@
System.print(Num.smallest) // expect: 2.2250738585072e-308