Question: Question 7. IEEE floating point numbers will occasionally yield incorrect math results when used in computer programs. Using your Raspberry Pi, open the interpreter by
Question 7. IEEE floating point numbers will occasionally yield incorrect math results when used in computer programs. Using your Raspberry Pi, open the interpreter by typing the word python in the command line. You will get a prompt that shows >>> Start, for example, with >>> 0.1+0.1 Then try something like >>>0.1+0.2 CNIT 17600 - Intro Computer Architecture - Floating Point Lab 3 >>>0.1+0.7 >>>0.3+0.6 >>>0.2+0.7 What happened when you tried to sum these pairs of numbers? Summarize these results in a table. Explain why this happened. Use lecture notes and other resources to find the cause of this phenomenon
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
