Why 0.1 + 0.2 === : Implementing IEEE 754 in JS

Floating point math is tricky. In this video, we’ll learn how these numbers work in computers, and build a software implementation from scratch in JavaScript. =[ 🔗 Links 🔗 ]= - ⭐️ Patreon: - 💌 Updates to your inbox: - Floating Point Arithmetic: - 16 Bit Floats: - IEEE 754 Spec:
Back to Top