Floating Point “Question”
1)Consider the largest single precision floating point number, 1.11…1 x 2127. What will happen the “gap” at that number if you change the type to double precision? DO NOT discuss the largest double precision number – just the largest single precision represented as a double type.
2)Now, consider the smallest single precision floating point number, 2-149. What will happen the “gap” at that number if you change the type to double precision? DO NOT discuss the smallest double precision number – just the largest single precision represented as a double type.