Objectives
- Learn how real numbers can be approximated inside a computer memory
using a form of scientific notation
- Learn what some of the limitations and trade-offs are
- Learn how computers do real arithmetic
- Learn what overflow and underflow
- Learn about normalized, unnormalized and denormalized numbers
- Get introduced to the IEEE 754 Floating Point Standard
- Investigate how parallel hardware can speed up real arithmetic
|
Prerequisites
This chapter is self-contained, although the data representation schemes
discussed in Chapter 6 are referenced.
|