Next: Sign, Exponent, and Significand
Up: Floating-Point Arithmetic
Previous: Floating-Point Arithmetic
Contents
Floating-Point Representation
Floating-point representation is based on the observation that every nonzero
rational number
admits a representation of the form
where
is an integer, called the exponent of
, and
is
a rational in the range
, called the significand
of
. A floating-point format is a scheme for representing a
rational number as a bit vector consisting of three fields
corresponding to its sign, exponent, and significand. In this
chapter, we present several such formats, including those prescribed
by IEEE Standard 754 [IEEE85], and examine the characteristics of
the numbers that they represent.
Subsections
David Russinoff
2007-01-02