spec test index / oilshell.org
status | osh | |
pass | 10 | |
total | 10 | |
case | osh | description |
0 | pass | Float Literals with e-1 |
1 | pass | Float Literal with _ |
2 | pass | Period requires digit on either side, not 5. or .5 |
3 | pass | Big float Literals with _ |
4 | pass | Big floats like 1e309 and -1e309 go to Inf / -Inf |
5 | pass | Tiny floats go to zero |
6 | pass | floatEquals() INFINITY NAN |
7 | pass | pretty print INFINITY, -INFINITY, NAN |
8 | pass | Regression: 1/3 gives 0.3+ |
9 | pass | Number of digits in 1/3 |
10 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped