Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-07-21 21:53:47 +03:00
parent 36b4f1f700
commit 87f27348a7

View File

@ -72,7 +72,7 @@
0.1 + 0.2 == 0.3 // -> false
// This is due to how floating point numbets ate traditionally
// implemented on CPUs, see: IEEE-754
// implemented on CPUs (see: IEEE-754).
// - large number rounding
Number.MAX_SAFE_INTEGER + 10 - 10 == Number.MAX_SAFE_INTEGER