diff options
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/math')
7 files changed, 0 insertions, 14 deletions
diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/abs/index.html b/files/zh-tw/web/javascript/reference/global_objects/math/abs/index.html index 1713164868..7d7bbe861e 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/abs/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/math/abs/index.html @@ -89,8 +89,6 @@ Math.abs(); // NaN <h2 id="瀏覽器相容性">瀏覽器相容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.Math.abs")}}</p> <h2 id="參見">參見</h2> diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/ceil/index.html b/files/zh-tw/web/javascript/reference/global_objects/math/ceil/index.html index 7ce7174f0b..2dc038bddd 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/ceil/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/math/ceil/index.html @@ -155,8 +155,6 @@ Math.ceil10(-59, 1); // -50 <h2 id="瀏覽器相容性">瀏覽器相容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.Math.ceil")}}</p> <h2 id="參見">參見</h2> diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/floor/index.html b/files/zh-tw/web/javascript/reference/global_objects/math/floor/index.html index 5587d60838..aab29edfe3 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/floor/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/math/floor/index.html @@ -154,8 +154,6 @@ Math.ceil10(-59, 1); // -50 <h2 id="瀏覽器相容性">瀏覽器相容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.Math.floor")}}</p> <h2 id="參見">參見</h2> diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/index.html b/files/zh-tw/web/javascript/reference/global_objects/math/index.html index c67999150e..7d7a6814e8 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/math/index.html @@ -185,8 +185,6 @@ Math.gcd = function() { <h2 id="瀏覽器相容性">瀏覽器相容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.Math")}}</p> <h2 id="參見">參見</h2> diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/max/index.html b/files/zh-tw/web/javascript/reference/global_objects/math/max/index.html index 1f53898090..d334c6bc02 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/max/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/math/max/index.html @@ -106,8 +106,6 @@ var max = Math.max(...arr); <h2 id="瀏覽器相容性">瀏覽器相容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.Math.max")}}</p> <h2 id="參見">參見</h2> diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/pow/index.html b/files/zh-tw/web/javascript/reference/global_objects/math/pow/index.html index 00ccb041ae..2bf7ffdc68 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/pow/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/math/pow/index.html @@ -92,8 +92,6 @@ Math.pow(-7, 1/3); // NaN <h2 id="瀏覽器相容性">瀏覽器相容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.Math.pow")}}</p> <h2 id="參見">參見</h2> diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/random/index.html b/files/zh-tw/web/javascript/reference/global_objects/math/random/index.html index 4f7b65f844..1613c18777 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/random/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/math/random/index.html @@ -84,8 +84,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/random <h2 id="瀏覽器相容性">瀏覽器相容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.Math.random")}}</p> <h2 class="countTop" id="其他參考資料">其他參考資料</h2> |