Assume that A, B, and C are floating-point numbers expressed in IEEE single precision floating-point format and
Question:
Assume that A, B, and C are floating-point numbers expressed in IEEE single precision floating-point format and that floating-point addition is performed.
If A = 240, B = -240, C = 1, then
(a) What is A + (B + C)? (B + C is done first, and then A is added to it.)
(b) What is (A + B) + C? (A + B is done first, and then C is added to it.)
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Digital Systems Design Using Verilog
ISBN: 978-1285051079
1st edition
Authors: Charles Roth, Lizy K. John, Byeong Kil Lee
Question Posted: