Question: /* add_floats(unsigned f1, unsigned f2) should return the bit-level * representation of [f1 + f2] for floating-point values f1 and f2. * You may not
/* add_floats(unsigned f1, unsigned f2) should return the bit-level
* representation of [f1 + f2] for floating-point values f1 and f2.
* You may not use any floating-point operations to solve this problem.
*/
unsigned add_floats(unsigned f1, unsigned f2) {
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
