As defined by the IEEE 754 standard, floating-point values are represented in three fields: a significand or mantissa, a sign bit for the significand and an exponent field. The exponent is a biased ...
Although fixed-point arithmetic logic (which is usually implemented as just integer arithmetic, perhaps with some saturation and/or rounding logic added) is generally faster and more area efficient, ...