Handle inf, +inf, -nan, and nan constants

This commit is contained in:
rocky
2017-11-24 15:30:05 -05:00
parent 37b8e21c76
commit f34c558d38
3 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
a = 1e300 * 1e300 * 0
b = -1e300 * 1e300 * 0
c = 1e300 * 1e300
d = -1e300 * 1e300