From 2ec170b6264d51a15be498ac99b8a30b3dadec15 Mon Sep 17 00:00:00 2001
From: jolka-ef <94794622+jolka-ef@users.noreply.github.com>
Date: Wed, 11 Dec 2024 18:37:19 +0100
Subject: [PATCH] fix: wrong log approximation (#37176)
---
.../javascript/reference/global_objects/math/ln10/index.md | 4 ++--
.../javascript/reference/global_objects/math/log2e/index.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/files/en-us/web/javascript/reference/global_objects/math/ln10/index.md b/files/en-us/web/javascript/reference/global_objects/math/ln10/index.md
index e97215c0adb3215..e1e7c05b75f8594 100644
--- a/files/en-us/web/javascript/reference/global_objects/math/ln10/index.md
+++ b/files/en-us/web/javascript/reference/global_objects/math/ln10/index.md
@@ -7,7 +7,7 @@ browser-compat: javascript.builtins.Math.LN10
{{JSRef}}
-The **`Math.LN10`** static data property represents the natural logarithm of 10, approximately 2.302.
+The **`Math.LN10`** static data property represents the natural logarithm of 10, approximately 2.303.
{{EmbedInteractiveExample("pages/js/math-ln10.html", "shorter")}}
@@ -15,7 +15,7 @@ The **`Math.LN10`** static data property represents the natural logarithm of 10,
diff --git a/files/en-us/web/javascript/reference/global_objects/math/log2e/index.md b/files/en-us/web/javascript/reference/global_objects/math/log2e/index.md
index c1882df102bd7cd..bdae905fbac29a7 100644
--- a/files/en-us/web/javascript/reference/global_objects/math/log2e/index.md
+++ b/files/en-us/web/javascript/reference/global_objects/math/log2e/index.md
@@ -7,7 +7,7 @@ browser-compat: javascript.builtins.Math.LOG2E
{{JSRef}}
-The **`Math.LOG2E`** static data property represents the base 2 logarithm of [e](/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/E), approximately 1.442.
+The **`Math.LOG2E`** static data property represents the base 2 logarithm of [e](/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/E), approximately 1.443.
{{EmbedInteractiveExample("pages/js/math-log2e.html", "shorter")}}
@@ -15,7 +15,7 @@ The **`Math.LOG2E`** static data property represents the base 2 logarithm of [e]