Update for C99 upper/lowercase change of printing Infinity, and for
the sign being included when printing -0.0. Noted by Thomas Klausner.
This commit is contained in:
parent
222fdd84c8
commit
6a44d2c601
@ -24,22 +24,22 @@ zero:
|
||||
0
|
||||
|
||||
infinity:
|
||||
Inf
|
||||
Inf
|
||||
Inf
|
||||
-Inf
|
||||
-Inf
|
||||
-Inf
|
||||
inf
|
||||
inf
|
||||
inf
|
||||
-inf
|
||||
-inf
|
||||
-inf
|
||||
|
||||
overflow:
|
||||
Inf
|
||||
Inf
|
||||
Inf
|
||||
Inf
|
||||
-Inf
|
||||
-Inf
|
||||
-Inf
|
||||
-Inf
|
||||
inf
|
||||
inf
|
||||
inf
|
||||
inf
|
||||
-inf
|
||||
-inf
|
||||
-inf
|
||||
-inf
|
||||
|
||||
denormal:
|
||||
1.1125369292536006915451e-308
|
||||
@ -58,10 +58,10 @@ underflow:
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
-0
|
||||
-0
|
||||
-0
|
||||
-0
|
||||
|
||||
denormal, large exponent:
|
||||
0.0625
|
||||
|
Loading…
Reference in New Issue
Block a user