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, - π™ΌπšŠπšπš‘.π™»π™½πŸ·πŸΆ=ln(10)β‰ˆ2.302\mathtt{Math.LN10} = \ln(10) \approx 2.302 + π™ΌπšŠπšπš‘.π™»π™½πŸ·πŸΆ=ln(10)β‰ˆ2.303\mathtt{Math.LN10} = \ln(10) \approx 2.303 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] - π™ΌπšŠπšπš‘.π™»π™Ύπ™ΆπŸΈπ™΄=log2(e)β‰ˆ1.442\mathtt{Math.LOG2E} = \log_2(\mathrm{e}) \approx 1.442 + π™ΌπšŠπšπš‘.π™»π™Ύπ™ΆπŸΈπ™΄=log2(e)β‰ˆ1.443\mathtt{Math.LOG2E} = \log_2(\mathrm{e}) \approx 1.443