Why 0.1 + 0.2 != 0.3 in JavaScript (And How to Fix It)
The IEEE 754 Standard
IEEE 754 is a standard for representing floating point numbers in computers. It is widely used in programming languages, including JavaScript, to represent decimal values with a finite precision.
One disadvantage with using floa...
blog.luismarques.io2 min read