Octuple-precision floating-point format: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
m Removed parameters. | You can use this bot yourself. Report bugs here. | User-activated.
Line 32:
! Exponent !! Significand zero !! Significand non-zero !! Equation
|-
| 00000<sub>16</sub> || [[0 (number)|0]], [[−0]] || [[subnormal numbers]] || (-1)<sup>signbit</sup> x× 2<sup>−262142</sup> x× 0.significandbits<sub>2</sub>
|-
| 00001<sub>16</sub>, ..., 7FFFE<sub>16</sub> ||colspan=2| normalized value || (-1)<sup>signbit</sup> x× 2<sup>exponent bits<sub>2</sub></sup> x× 1.significandbits<sub>2</sub>
|-
| 7FFFF<sub>16</sub> || ±[[infinity|∞]] || [[NaN]] (quiet, signalling)