Octuple-precision floating-point format: Difference between revisions

Content deleted Content added
All the emails with the same addresses
Tags: Visual edit Mobile edit Mobile web edit
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 37:
! Exponent !! Significand zero !! Significand non-zero !! Equation
|-
| 00000<sub>16</sub> || [[0 (number)|0]], [[−0]] || [[subnormal numbers]] || (-1−1)<sup>signbit</sup> × 2<sup>−262142</sup> × 0.significandbits<sub>2</sub>
|-
| 00001<sub>16</sub>, ..., 7FFFE<sub>16</sub> ||colspan=2| normalized value || (-1−1)<sup>signbit</sup> × 2<sup>exponent bits<sub>2</sub></sup> × 1.significandbits<sub>2</sub>
|-
| 7FFFF<sub>16</sub> || ±[[infinity|∞]] || [[NaN]] (quiet, signalling)