Problem
Calculate the theoretical maximum and minimum normalized numbers that can be represented by the float type on your system. Verify your answers by using the print_bits (float) function. How many decimal places are significant for a normalized float and what is the smallest denormalized float on your system? Again, calculate these numbers and then verify them using print_bits(float).