diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/ln10/index.md b/files/zh-tw/web/javascript/reference/global_objects/math/ln10/index.md index 537727ce76cacc..a893d9c69c0590 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/ln10/index.md +++ b/files/zh-tw/web/javascript/reference/global_objects/math/ln10/index.md @@ -7,23 +7,21 @@ l10n: {{JSRef}} -**`Math.LN10`** 是靜態數據屬性,表示 10 的自然對數值,約為 2.303。 +**`Math.LN10`** 靜態數據屬性表示 10 的自然對數值,約為 2.303。 {{EmbedInteractiveExample("pages/js/math-ln10.html", "shorter")}} ## 值 - 𝙼𝚊𝚝𝚑.𝙻𝙽𝟷𝟶=ln(10)2.303\mathtt{Math.LN10} = \ln(10) \approx 2.303 - {{js_property_attributes(0, 0, 0)}} ## 描述 -由於 `LN10` 是 `Math` 的靜態屬性,因此你應始終以 `Math.LN10` 的方式使用,而非作為某個 `Math` 物件的屬性(`Math` 並不是建構函式)。 +由於 `LN10` 是 `Math` 的靜態屬性,因此你應始終以 `Math.LN10` 的方式使用,而非作為某個 `Math` 物件的屬性(`Math` 並不是建構子)。 ## 範例