Question: I am trying to write a program that will converts a 32bit float number's binary representation into a 64bit one. I understand how I would
I am trying to write a program that will converts a 32bit float number's binary representation into a 64bit one. I understand how I would need to expand the exponent by using the bias etc. But I have no idea how to expand the significand(matissa frac) value. I fundamentally don't understand how we calculate the binary representation of the significand(frac) portion of a float's binary representation.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
