FP Comparison and Denormalized Numbers


Floating-Point Comparison
IEEE 754 floating point numbers are ordered because The IEEE 754 floating-point numbers have the following relationship:
     0 < 0.F2×21-Bias < 1.F2×2E-Bias < ∞
Denormalized Numbers
IEEE standard uses denormalized numbers to Denormalized numbers are with exponent E=0 and fraction F≠0. Implicit 1. before the fraction now becomes 0 (not normalized).

S 0 F = f1 f2 f3 f4 ...

Value of denormalized number (S,0,F) is as follows: