Content deleted Content added
Cybercobra (talk | contribs) correct title |
No edit summary |
||
Line 27:
If the leading 4 bits of the significand is between 0 and 7, the number begins as follows
s
s
s
If the leading 4 bits of the significand are binary 1000 or 1001 (decimal 8 or 9), the number begins as follows:
s
s
s
The following bits (xxx in the above) encode the additional exponent bits and the remainder of the most significant digit, but the details vary depending on the encoding alternative used. There is no particular reason for this difference, other than historical reasons in the eight-year long development of IEEE 754-2008.
Line 41:
The final combinations are used for infinities and NaNs, and are the same for both alternative encodings:
s 11110 x ±Infinity (see [[Extended real number line]])
s
s
In the latter cases, all other bits of the encoding are ignored. Thus, it is possible to initialize an array to NaNs by filling it with a single byte value.
Line 83:
s 11110 xx...x ±infinity
s
s
=== Densely packed decimal significand field ===
|