4.1.8
Floating Point Arithmetic
Floating Point Addition
Floating Point Addition
When adding floating point binary numbers, it is important to ensure each number is represented with the same level of precision. This means that the exponents must be the same.
Addition
Addition
- The example below shows the addition of two normalised 12-bit floating point numbers, with 8-bit mantissas and 4-bit exponents:
- 0.10110000011 + 0.11100000010
Matching exponents
Matching exponents
- The first step is to ensure the exponents of the two numbers match, by adding 1 to the exponent of the second number (2) to match that of the first (3).
- Adding 1 to the exponent of the second number moves the binary point of the mantissa in this number one place to the left:
- 0.11100000010 0.01110000011
Compute the addition
Compute the addition
- The two mantissas can then be added together:
- 0.1011000 + 0.0111000 = 1.0010000
- Including the exponent gives 1.00100000011.
Normalise the result
Normalise the result
- Check that the result is normalised, and move the binary point as necessary.
- If the binary point gets moved, remember to change the exponent accordingly.
Floating Point Subtraction
Floating Point Subtraction
When subtracting floating point binary numbers, it is important to ensure each number is represented with the same level of precision. This means that the exponents must be the same.
Subtraction
Subtraction
- The example below shows the subtraction of two normalised 12-bit floating point numbers, with 8-bit mantissas and 4-bit exponents:
- 0.10110000011 − 0.11100000010
Matching exponents
Matching exponents
- The first step is to ensure the exponents of the two numbers match, by adding 1 to the exponent of the second number (2) to match that of the first (3).
- Adding 1 to the exponent of the second number moves the binary point of the mantissa in this number one place to the left:
- 0.11100000010 0.01110000011
Two's complement
Two's complement
- The next step is to find the twos complement of the second number:
- 1.1001000
Add mantissas
Add mantissas
- The two mantissas can then be added:
- 0.1011000 + 1.1001000 = 0.1000000
- Note that the first digit of the two's complement corresponds to -1 in decimal.
- Factor this in when you do the addition.
Normalise the result
Normalise the result
- The result should then be normalised by moving the binary point one place to the left.
- That means we add 1 to the exponent:
- 1.00100000100
1Components of a Computer
1.1Structure & Function of the Processor
1.2Types of Processors
2Software & Software Development
2.1Systems Software
2.2Applications Generation
2.3Software Development
3Exchanging Data
3.1Compression, Encryption & Hashing
3.3Networks
4Data Types, Data Structures & Algorithms
4.1Data Types
5Legal, Moral, Cultural & Ethical Issues
5.1Computing Related Legislation
6Elements of Computational Thinking
6.1Thinking Abstractly
6.2Thinking Procedurally
6.3Thinking Logically
7Problem Solving & Programming
7.1Programming Techniques
7.2Programming Construction
Jump to other topics
1Components of a Computer
1.1Structure & Function of the Processor
1.2Types of Processors
2Software & Software Development
2.1Systems Software
2.2Applications Generation
2.3Software Development
3Exchanging Data
3.1Compression, Encryption & Hashing
3.3Networks
4Data Types, Data Structures & Algorithms
4.1Data Types
5Legal, Moral, Cultural & Ethical Issues
5.1Computing Related Legislation
6Elements of Computational Thinking
6.1Thinking Abstractly
6.2Thinking Procedurally
6.3Thinking Logically
7Problem Solving & Programming
7.1Programming Techniques
7.2Programming Construction
Unlock your full potential with GoStudent tutoring
Affordable 1:1 tutoring from the comfort of your home
Tutors are matched to your specific learning needs
30+ school subjects covered