D.2 Model for Real Data

The model set for reals, in general, is defined as one of the following:

The following values apply to this model set:

For x = 0, its exponent e and digits fk are defined to be zero.

The model set for single-precision real (REAL(4) or REAL*4) is defined as one of the following:

The following example demonstrates the general real model for x = 20.0 using a base (b) of 2:

x = 1 x 25 x (1 x 2-1 + 0 x 2-2 + 1 x 2-3)

x = 1 x 32 x (.5 + .125)

x = 32 x (.625)

x = 20.0


Previous Page Next Page Table of Contents