Real numbers are stored in binary using a mantissa and an exponent, and this topic explains how that format works. You will convert between denary values and their floating-point binary representation in both directions, and normalise a floating-point number to make best use of the bits available. The topic examines the trade-off between precision and range when bits are divided between mantissa and exponent, and the effects of overflow, underflow and rounding errors.
๐ Sign in to view this topic's basics.
