This chapter discusses arithmetic operations for computers, including:
- Integer addition, subtraction, multiplication, and division, and how to deal with overflow issues.
- Floating point number representation and operations according to the IEEE 754 standard, including range and precision of single and double precision formats.
- Hardware implementations for multipliers and dividers and how they are optimized.
- Interpretation of numerical values depends on the instructions applied and computer representations have finite range and precision.
Related topics: