Fish Touching🐟🎣

Floating Point Representation

Apr 3, 2023

Blog: Introduction to Floating Point Number


# Case 1: Normalized Values

# Case 2: Denormalized Values

When the exponent field is all zeros, the represented number is in denormalized form.
the exponent value is $E = 1 − Bias$, and the significand value is $M = f$ , that is, the value of the fraction field without an implied leading 1.

# Case 3: Special Values

Floating Point Rounding

# Example

https://www.youtube.com/watch?v=p8u_k2LIZyo