IEEE 754-1985
Binary floating-point arithmetic

Standard No.
IEEE 754-1985
Release Date
1985
Published By
Institute of Electrical and Electronics Engineers (IEEE)
Status
 2008-06
Replace By
IEEE 754-2008
Latest
IEEE 754-2019
Scope
specifies four formats for representing floating-point values: single-precision (32-bit), double-precision (64-bit), single-extended precision (≥ 43-bit, not commonly used) and double-extended precision (≥ 79-bit, usually implemented with 80 bits). Only 32-bit values are required by the standard; the others are optional. Many languages specify that IEEE formats and arithmetic be implemented, although sometimes it is optional. For example, the C programming language, which pre-dated IEEE 754, now allows but does not require IEEE arithmetic (the C float typically is used for IEEE single-precision and double uses IEEE double-precision).

IEEE 754-1985 history




Copyright ©2024 All Rights Reserved