aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/javascript/reference/global_objects/math
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-06-21 09:47:19 -0400
committerGitHub <noreply@github.com>2021-06-21 15:47:19 +0200
commitee4967e7aea9cdb4b9298f9e4b3bd9e80a48cf3f (patch)
tree11dba6248786f1cbf7e24f5123abd5c56ad54524 /files/de/web/javascript/reference/global_objects/math
parent3de0442e6b266d967e9cdfde9590432b21b55e8c (diff)
downloadtranslated-content-ee4967e7aea9cdb4b9298f9e4b3bd9e80a48cf3f.tar.gz
translated-content-ee4967e7aea9cdb4b9298f9e4b3bd9e80a48cf3f.tar.bz2
translated-content-ee4967e7aea9cdb4b9298f9e4b3bd9e80a48cf3f.zip
remove hidden bcd table from 'de' (#1270)
Part of #1008
Diffstat (limited to 'files/de/web/javascript/reference/global_objects/math')
-rw-r--r--files/de/web/javascript/reference/global_objects/math/acos/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/acosh/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/asin/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/asinh/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/atan/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/atan2/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/cbrt/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/ceil/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/clz32/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/cos/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/cosh/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/e/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/exp/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/expm1/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/fround/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/hypot/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/imul/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/ln10/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/ln2/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/log/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/log10/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/log10e/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/log1p/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/log2/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/log2e/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/max/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/min/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/pi/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/pow/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/random/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/round/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/sign/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/sin/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/sinh/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/sqrt/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/sqrt1_2/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/sqrt2/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/tan/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/tanh/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/math/trunc/index.html2
41 files changed, 0 insertions, 82 deletions
diff --git a/files/de/web/javascript/reference/global_objects/math/acos/index.html b/files/de/web/javascript/reference/global_objects/math/acos/index.html
index 3512f639b1..8cf1b1db5e 100644
--- a/files/de/web/javascript/reference/global_objects/math/acos/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/acos/index.html
@@ -87,8 +87,6 @@ Math.acos(2); // NaN
<h2 id="Browserkompatibilität">Browserkompatibilität</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.acos")}}</p>
<h2 id="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/acosh/index.html b/files/de/web/javascript/reference/global_objects/math/acosh/index.html
index 46703ec486..b401986937 100644
--- a/files/de/web/javascript/reference/global_objects/math/acosh/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/acosh/index.html
@@ -83,8 +83,6 @@ Math.acosh(2); // 1.3169578969248166
<h2 id="Browserkompatibilität">Browserkompatibilität</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.acosh")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/asin/index.html b/files/de/web/javascript/reference/global_objects/math/asin/index.html
index bf69f52450..cd467733b7 100644
--- a/files/de/web/javascript/reference/global_objects/math/asin/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/asin/index.html
@@ -87,8 +87,6 @@ Math.asin(2); // NaN
<h2 id="Browserkompatibilität">Browserkompatibilität</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.asin")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/asinh/index.html b/files/de/web/javascript/reference/global_objects/math/asinh/index.html
index fa5e1d0472..f56d70b1b7 100644
--- a/files/de/web/javascript/reference/global_objects/math/asinh/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/asinh/index.html
@@ -84,8 +84,6 @@ Math.asinh(0); // 0
<h2 id="Browserkompatibilität">Browserkompatibilität</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.asinh")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/atan/index.html b/files/de/web/javascript/reference/global_objects/math/atan/index.html
index 1c37c3dcc4..57fcd8f675 100644
--- a/files/de/web/javascript/reference/global_objects/math/atan/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/atan/index.html
@@ -89,8 +89,6 @@ Math<span class="punctuation token">.</span><span class="function token">atan</s
<h2 id="Browserkompatibilität">Browserkompatibilität</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.atan")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/atan2/index.html b/files/de/web/javascript/reference/global_objects/math/atan2/index.html
index 5848a76898..fb0a0de0e2 100644
--- a/files/de/web/javascript/reference/global_objects/math/atan2/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/atan2/index.html
@@ -97,8 +97,6 @@ Math.atan2(±Infinity, +Infinity); // ±PI/4.
<h2 id="Browserkompatibilität">Browserkompatibilität</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.atan2")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/cbrt/index.html b/files/de/web/javascript/reference/global_objects/math/cbrt/index.html
index a24c572eb7..005642ae27 100644
--- a/files/de/web/javascript/reference/global_objects/math/cbrt/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/cbrt/index.html
@@ -86,8 +86,6 @@ Math<span class="punctuation token">.</span><span class="function token">cbrt</s
<h2 id="Browserkompatibilität">Browserkompatibilität</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.cbrt")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/ceil/index.html b/files/de/web/javascript/reference/global_objects/math/ceil/index.html
index 06cf4808e7..e3ac4c1768 100644
--- a/files/de/web/javascript/reference/global_objects/math/ceil/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/ceil/index.html
@@ -155,8 +155,6 @@ Math.ceil10(-59, 1); // -50
<h2 id="Browser_compatibility" name="Browser_compatibility">Browserkompatibilität</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="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/clz32/index.html b/files/de/web/javascript/reference/global_objects/math/clz32/index.html
index ac7c78c4a7..af42888f8a 100644
--- a/files/de/web/javascript/reference/global_objects/math/clz32/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/clz32/index.html
@@ -100,8 +100,6 @@ Math.clz32(3.5); // 30
<h2 id="Browserkompatibilität">Browserkompatibilität</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.clz32")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/cos/index.html b/files/de/web/javascript/reference/global_objects/math/cos/index.html
index e8e5c3bf86..415115c718 100644
--- a/files/de/web/javascript/reference/global_objects/math/cos/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/cos/index.html
@@ -82,8 +82,6 @@ Math.cos(2 * Math.PI); // 1
<h2 id="Browserkompatibilität">Browserkompatibilität</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.cos")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/cosh/index.html b/files/de/web/javascript/reference/global_objects/math/cosh/index.html
index 9b24cbbeaf..2b6abac428 100644
--- a/files/de/web/javascript/reference/global_objects/math/cosh/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/cosh/index.html
@@ -87,8 +87,6 @@ Math.cosh(-1); // 1.5430806348152437
<h2 id="Browserkompatibilität">Browserkompatibilität</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.cosh")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/e/index.html b/files/de/web/javascript/reference/global_objects/math/e/index.html
index 1ba5bd74d5..e8d8a3fd05 100644
--- a/files/de/web/javascript/reference/global_objects/math/e/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/e/index.html
@@ -70,8 +70,6 @@ getNapier() // 2.718281828459045</pre>
<h2 id="Browserkompatibilität">Browserkompatibilität</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.E")}}</p>
<h2 id="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/exp/index.html b/files/de/web/javascript/reference/global_objects/math/exp/index.html
index df215203d8..e3efa4862e 100644
--- a/files/de/web/javascript/reference/global_objects/math/exp/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/exp/index.html
@@ -78,8 +78,6 @@ Math.exp(1); // 2.718281828459045
<h2 id="Browserkompatibilität">Browserkompatibilität</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.exp")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/expm1/index.html b/files/de/web/javascript/reference/global_objects/math/expm1/index.html
index b257953d87..61537c2c7c 100644
--- a/files/de/web/javascript/reference/global_objects/math/expm1/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/expm1/index.html
@@ -77,8 +77,6 @@ Math.expm1(1); // 1.718281828459045
<h2 id="Browserkompatibilität">Browserkompatibilität</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.expm1")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/fround/index.html b/files/de/web/javascript/reference/global_objects/math/fround/index.html
index de905d6637..90dc399f75 100644
--- a/files/de/web/javascript/reference/global_objects/math/fround/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/fround/index.html
@@ -101,8 +101,6 @@ Math.fround(NaN); // NaN
<h2 id="Browserkompatibilität">Browserkompatibilität</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.fround")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/hypot/index.html b/files/de/web/javascript/reference/global_objects/math/hypot/index.html
index b88861e06d..779a955685 100644
--- a/files/de/web/javascript/reference/global_objects/math/hypot/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/hypot/index.html
@@ -115,8 +115,6 @@ Math.hypot(-3); // 3, das gleiche wie Math.abs(-3)
<h2 id="Browserkompatibilität">Browserkompatibilität</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.hypot")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/imul/index.html b/files/de/web/javascript/reference/global_objects/math/imul/index.html
index ea3bc9abf3..1092ce8545 100644
--- a/files/de/web/javascript/reference/global_objects/math/imul/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/imul/index.html
@@ -87,6 +87,4 @@ Math.imul(0xfffffffe, 5); // -10
<h2 id="Browserkompatibilität">Browserkompatibilität</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.imul")}}</p>
diff --git a/files/de/web/javascript/reference/global_objects/math/index.html b/files/de/web/javascript/reference/global_objects/math/index.html
index 7dd7493568..cd1b9d7e08 100644
--- a/files/de/web/javascript/reference/global_objects/math/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/index.html
@@ -190,8 +190,6 @@ Math.gcd = function () {
<h2 id="Browserkompatibilität">Browserkompatibilität</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="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/ln10/index.html b/files/de/web/javascript/reference/global_objects/math/ln10/index.html
index b43f317ef4..819119ddde 100644
--- a/files/de/web/javascript/reference/global_objects/math/ln10/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/ln10/index.html
@@ -70,8 +70,6 @@ getNatLog10() // 2.302585092994046</pre>
<h2 id="Browserkompatibilität">Browserkompatibilität</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.LN10")}}</p>
<h2 id="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/ln2/index.html b/files/de/web/javascript/reference/global_objects/math/ln2/index.html
index 5577b36c74..1f02c100ce 100644
--- a/files/de/web/javascript/reference/global_objects/math/ln2/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/ln2/index.html
@@ -70,8 +70,6 @@ getLog2(256) // 8</pre>
<h2 id="Browserkompatibilität">Browserkompatibilität</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.LN2")}}</p>
<h2 id="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/log/index.html b/files/de/web/javascript/reference/global_objects/math/log/index.html
index d4502d50e2..52d026c713 100644
--- a/files/de/web/javascript/reference/global_objects/math/log/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/log/index.html
@@ -98,8 +98,6 @@ Math.log(10); // 2.302585092994046
<h2 id="Browserkompatibilität">Browserkompatibilität</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.log")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/log10/index.html b/files/de/web/javascript/reference/global_objects/math/log10/index.html
index fad6ea0996..fc09b7a47b 100644
--- a/files/de/web/javascript/reference/global_objects/math/log10/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/log10/index.html
@@ -86,8 +86,6 @@ Math.log10(100000); // 5
<h2 id="Browserkompatibilität">Browserkompatibilität</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.log10")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/log10e/index.html b/files/de/web/javascript/reference/global_objects/math/log10e/index.html
index 28d609df71..fcf29b319b 100644
--- a/files/de/web/javascript/reference/global_objects/math/log10e/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/log10e/index.html
@@ -72,8 +72,6 @@ getLog10e() // 0.4342944819032518</pre>
<h2 id="Browserkompatibilität">Browserkompatibilität</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.LOG10E")}}</p>
<h2 id="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/log1p/index.html b/files/de/web/javascript/reference/global_objects/math/log1p/index.html
index a63eab6b6f..b3b3fac690 100644
--- a/files/de/web/javascript/reference/global_objects/math/log1p/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/log1p/index.html
@@ -87,8 +87,6 @@ Math.log1p(-2); // NaN
<h2 id="Browserkompatibilität">Browserkompatibilität</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.log1p")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/log2/index.html b/files/de/web/javascript/reference/global_objects/math/log2/index.html
index de98c13128..988ae2c06c 100644
--- a/files/de/web/javascript/reference/global_objects/math/log2/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/log2/index.html
@@ -86,8 +86,6 @@ Math.log2(1024); // 10
<h2 id="Browserkompatibilität">Browserkompatibilität</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.log2")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/log2e/index.html b/files/de/web/javascript/reference/global_objects/math/log2e/index.html
index 2f302bf4a2..ba67fd0eb1 100644
--- a/files/de/web/javascript/reference/global_objects/math/log2e/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/log2e/index.html
@@ -70,8 +70,6 @@ getLog2e() // 1.4426950408889634</pre>
<h2 id="Browserkompatibilität">Browserkompatibilität</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.LOG2E")}}</p>
<h2 id="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/max/index.html b/files/de/web/javascript/reference/global_objects/math/max/index.html
index e1ac3eba01..426bf6abad 100644
--- a/files/de/web/javascript/reference/global_objects/math/max/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/max/index.html
@@ -107,8 +107,6 @@ var max = Math.max(...arr);
<h2 id="Browserkompatibilität">Browserkompatibilität</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="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/min/index.html b/files/de/web/javascript/reference/global_objects/math/min/index.html
index 9cd666fda3..29944704d8 100644
--- a/files/de/web/javascript/reference/global_objects/math/min/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/min/index.html
@@ -101,8 +101,6 @@ if (x &gt; limit) {
<h2 id="Browser_compatibility" name="Browser_compatibility">Browserkompatibilität</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.min")}}</p>
<h2 id="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/pi/index.html b/files/de/web/javascript/reference/global_objects/math/pi/index.html
index 4a07aadc15..d0e136d2fa 100644
--- a/files/de/web/javascript/reference/global_objects/math/pi/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/pi/index.html
@@ -70,8 +70,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/PI
<h2 id="Browserkompatibilität">Browserkompatibilität</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.PI")}}</p>
<h2 id="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/pow/index.html b/files/de/web/javascript/reference/global_objects/math/pow/index.html
index 5966acd81f..524efe93df 100644
--- a/files/de/web/javascript/reference/global_objects/math/pow/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/pow/index.html
@@ -98,8 +98,6 @@ Math.pow(-7, 1/3); // NaN
<h2 id="Browserkompatibilität">Browserkompatibilität</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="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/random/index.html b/files/de/web/javascript/reference/global_objects/math/random/index.html
index c57bb9f1c8..665e746ef9 100644
--- a/files/de/web/javascript/reference/global_objects/math/random/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/random/index.html
@@ -108,6 +108,4 @@ original_slug: Web/JavaScript/Reference/Global_Objects/Math/math.random
<h2 id="Browserkompatibilität">Browserkompatibilität</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>
diff --git a/files/de/web/javascript/reference/global_objects/math/round/index.html b/files/de/web/javascript/reference/global_objects/math/round/index.html
index 8e009bf6cb..40ed3f3afc 100644
--- a/files/de/web/javascript/reference/global_objects/math/round/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/round/index.html
@@ -82,8 +82,6 @@ Math.round(-20.51); // -21
<h2 id="Browser_compatibility" name="Browser_compatibility">Browserkompatibilität</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.round")}}</p>
<h2 id="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/sign/index.html b/files/de/web/javascript/reference/global_objects/math/sign/index.html
index 26a4085eb1..8af459f4fb 100644
--- a/files/de/web/javascript/reference/global_objects/math/sign/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/sign/index.html
@@ -100,8 +100,6 @@ Math.sign(); // NaN
<h2 id="Browserkompatibilität">Browserkompatibilität</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.sign")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/sin/index.html b/files/de/web/javascript/reference/global_objects/math/sin/index.html
index 69a7a2f559..48718b8f14 100644
--- a/files/de/web/javascript/reference/global_objects/math/sin/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/sin/index.html
@@ -81,8 +81,6 @@ Math.sin(Math.PI / 2); // 1
<h2 id="Browserkompatibilität">Browserkompatibilität</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.sin")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/sinh/index.html b/files/de/web/javascript/reference/global_objects/math/sinh/index.html
index 99e8d1e3c6..00deed0e11 100644
--- a/files/de/web/javascript/reference/global_objects/math/sinh/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/sinh/index.html
@@ -87,8 +87,6 @@ Math.sinh(1); // 1.1752011936438014
<h2 id="Browserkompatibilität">Browserkompatibilität</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.sinh")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/sqrt/index.html b/files/de/web/javascript/reference/global_objects/math/sqrt/index.html
index a7ad903569..c41f3e8c5a 100644
--- a/files/de/web/javascript/reference/global_objects/math/sqrt/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/sqrt/index.html
@@ -85,8 +85,6 @@ Math.sqrt(-0); // -0</pre>
<h2 id="Browserkompatibilität">Browserkompatibilität</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.sqrt")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/sqrt1_2/index.html b/files/de/web/javascript/reference/global_objects/math/sqrt1_2/index.html
index 19e1a24f4d..94d3f97b22 100644
--- a/files/de/web/javascript/reference/global_objects/math/sqrt1_2/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/sqrt1_2/index.html
@@ -72,8 +72,6 @@ getRoot1_2() // 0.7071067811865476</pre>
<h2 id="Browserkompatibilität">Browserkompatibilität</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.SQRT1_2")}}</p>
<h2 id="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/sqrt2/index.html b/files/de/web/javascript/reference/global_objects/math/sqrt2/index.html
index 14b748c555..e6df7828ce 100644
--- a/files/de/web/javascript/reference/global_objects/math/sqrt2/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/sqrt2/index.html
@@ -70,8 +70,6 @@ getRoot2() // 1.4142135623730951</pre>
<h2 id="Browserkompatibilität">Browserkompatibilität</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.SQRT2")}}</p>
<h2 id="See_also" name="See_also">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/tan/index.html b/files/de/web/javascript/reference/global_objects/math/tan/index.html
index 92102e3ae2..4973ab271d 100644
--- a/files/de/web/javascript/reference/global_objects/math/tan/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/tan/index.html
@@ -86,8 +86,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/tan
<h2 id="Browserkompatibilität">Browserkompatibilität</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.tan")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/tanh/index.html b/files/de/web/javascript/reference/global_objects/math/tanh/index.html
index 7bfa025f4e..e13d8f9e14 100644
--- a/files/de/web/javascript/reference/global_objects/math/tanh/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/tanh/index.html
@@ -78,8 +78,6 @@ Math.tanh(1); // 0.7615941559557649
<h2 id="Browserkompatibilität">Browserkompatibilität</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.tanh")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>
diff --git a/files/de/web/javascript/reference/global_objects/math/trunc/index.html b/files/de/web/javascript/reference/global_objects/math/trunc/index.html
index 43aa34b2d7..cd47c8c9dd 100644
--- a/files/de/web/javascript/reference/global_objects/math/trunc/index.html
+++ b/files/de/web/javascript/reference/global_objects/math/trunc/index.html
@@ -110,8 +110,6 @@ Math.trunc(); // NaN
<h2 id="Browserkompatibilität">Browserkompatibilität</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.trunc")}}</p>
<h2 id="Siehe_auch">Siehe auch</h2>