19. Floating-Point Multiplication and Addition

Multiplication:

Addition:

  1. If e1 < e2, swap the operands. Set d = e1 - e2

  2. If the signs differ, replace s2 by its two's complement.

  3. Shift s2 right d places.

  4. Compute s1+ s2

  5. Normalize and round