Question: Given a floating point number in IEEE format. Write a function int is Normalized(float) to return a 1 if the floating point number is normalized
Given a floating point number in IEEE format. Write a function int is Normalized(float) to return a 1 if the floating point number is normalized and 0 otherwise.
Step by Step Solution
3.27 Rating (150 Votes )
There are 3 Steps involved in it
To determine whether a given floatingpoint number in IEEE 754 format is normalized we need to understand the structure of the format first IEEE 754 Fl... View full answer
Get step-by-step solutions from verified subject matter experts
