Tag: #ieee754
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 1 posts
Floating Point: Why 0.1 + 0.2 ≠ 0.3
In almost every language, 0.1 + 0.2 produces something that is not 0.3. It is not a bug; it is the designed behavior of IEEE 754. This post unpacks the truth about floating point from the ground up: how binary floating p
2026-06-20 · 12 min read #floating-point#ieee754#fundamentals#numerics