Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

THE IEEE STANDARD FOR FLOATING-POINT (IEEE 754) A technical standard for floating-point computation established in 1985 by the Institute of Electrical and Electronics Engineers (IEEE)

image text in transcribed
image text in transcribed
THE IEEE STANDARD FOR FLOATING-POINT (IEEE 754) A technical standard for floating-point computation established in 1985 by the Institute of Electrical and Electronics Engineers (IEEE) The standard addressed many problems found in the diverse floating-point implementations that made them difficult to use reliably and portably Many hardware floating-point units now use the IEEE 754 standard PHASE #1-Description: Develop a plan to design and finally implement a set of functions using C++ that would implement the IEEE standard. Phase 1 will include the literature write up, description of the IEEE 754 (single, double) and a complete description of the functions implemented inctuding 1. Functions type void, or any data returning function 2. Type of data passed in to the functions (function parameters or arguments) 3. Type of function parameters (value or reference). 4. Global variables if needed 5 IEEE 754 single precision layout and its individual parts (sign, exponent, and mantissa) details. 6. IEEE 754 double precision layout and its individual parts (sign, exponent, and mantissa) details 7 The hexadecimal layout of both precision. 8. Work out a full example from A to Z SUGGESTED FUNCTIONS PLAN: MENU To display the user options... SPLITTER To split the mmber to whole and fraction. .etc WHOLECONVERTER Whole Part binary coverter.. etc FRACTIONCONVERTER

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Visual C# And Databases

Authors: Philip Conrod, Lou Tylee

16th Edition

1951077083, 978-1951077082

More Books

Students also viewed these Databases questions

Question

Show that standard Brownian motion is a Martingale.

Answered: 1 week ago

Question

2. Outline the business case for a diverse workforce.

Answered: 1 week ago