Multiplication and Division of Floating Points

Learn how to multiply and divide floating point numbers.

We'll cover the following

Multiplication

For floating point multiplication, we decode the number and then carry out the following steps:

  • Multiply the mantissae to get the mantissa
  • Add the exponents to get the exponent
  • Add the signs to get the sign

Let’s illustrate with an example, using our 88-bit floating point representation.

Get hands-on with 1200+ tech skills courses.