IEEE floating point
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Binary Data }} '''IEEE floating point''', or '''IEEE 754''', is a set of standard binary (meaning ''non-text'') formats for binary...") |
(Category:Number formats) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
− | |subcat= | + | |subcat=Elements of File Formats |
}} | }} | ||
Line 12: | Line 12: | ||
== References == | == References == | ||
* [[Wikipedia:IEEE floating point|Wikipedia article]] | * [[Wikipedia:IEEE floating point|Wikipedia article]] | ||
+ | |||
+ | [[Category:Number formats]] |
Latest revision as of 15:42, 16 September 2017
IEEE floating point, or IEEE 754, is a set of standard binary (meaning non-text) formats for binary (meaning base-2) and decimal floating point numbers. The IEEE 754 standard also defines rules for processing such numbers.
The 32-bit and 64-bit formats for binary numbers are used in countless file formats.
There are at least two revisions, IEEE 754-1985 and IEEE 754-2008. The standards documents are not freely available, though the interchange formats are well known.