From 87f27348a759f07c70f3991458c7f1015cc0d3b5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 21 Jul 2023 21:53:47 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- js-types-n-oop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js-types-n-oop.js b/js-types-n-oop.js index a1cc48c..8d1fe63 100755 --- a/js-types-n-oop.js +++ b/js-types-n-oop.js @@ -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