Floating-point Representation
In the IEEE 754-2008 standard (referred to as IEEE 754 henceforth), a floating-point representation is an unencoded member of a floating-point format which represents either a finite number, a signed infinity, or some kind of NaN. An element of the subset of floating-point representations consisting of finite numbers and signed infinities is called a floating-point number. A floating-point representation of a finite real number has three components: A sign, an exponent, and a significand. The numerical value of a representation of a finite floating-point number is the signed product of its significand and its radix b element {2, 10} raised to the power of its exponent; in particular, note that the floating-point representation of a given value may not be unique, particularly when the radix is 10 (IEEE Computer Society 2008).
arithmetic | biased exponent | floating-point algebra | floating-point arithmetic | floating-point exponent | floating-point normal number | floating-point number | floating-point preferred exponent | floating-point quantum | IEEE 754-2008 | interval arithmetic | NaN | quiet NaN | signaling NaN | significand | subnormal number