Content deleted Content added
made the page easier to find on a google search |
Undoing 3 revisions by 74.128.68.119: This is not a blog – misspellings, rambling and incorrect diagram do not belong |
||
Line 9:
== IEEE 754 octuple-precision binary floating-point format: binary256 ==
In its 2008 revision, the [[IEEE 754]] standard specifies a '''
* [[Sign bit]]: 1 bit
* [[Exponent]] width: 19 bits
Line 16:
The format is written with an implicit lead bit with value 1 unless the exponent is all zeros. Thus only 236 bits of the [[significand]] appear in the memory format, but the total precision is 237 bits (approximately 71 decimal digits: {{nowrap|log<sub>10</sub>(2<sup>237</sup>) ≈ 71.344}}).
<!-- (Commented out since the image is incorrect; it could be re-added once corrected.)
The bits are laid out as follows:
[[File:Octuple persision visual demontration.png|Octuple persision visual demontration]]▼
▲[[File:Octuple
-->
=== Exponent encoding ===
Line 66:
=== Hardware support ===
There is little to no hardware support for octuple-precision arithmetic
== See also ==
Line 87 ⟶ 81:
{{reflist}}
<!--This page is a slightly modified copy of the https://en.wikipedia.org/wiki/Quadruple-precision_floating-point_format page. I do not believe this is plagiarizing because it comes from Wikipedia, but if it is then please delete this page since it would be
[[Category:Binary arithmetic]]
|