Floating Point Notes: IEEE 754 from First Principles
Published:
Let’s build the concept of floating-point numbers from first principles. We will follow a logical progression: from the physical limitations of computers, to the mathematical decisions, and finally to the engineering trade-offs that shaped the IEEE 754 standard, ultimately examining how modern CPUs execute common operations.
