Ch2PartIII

Representing and Manipulating Information (Part III)

2.4 Floating Point

A floating-point representation encodes rational numbers of the form $V = x \times 2^y$.

It is useful for performing computations involving very large numbers ,numbers very close to 0 , and more generally as an approximation to real arithmetic.

Read More