From 554f1bbb0574d8e8a14708f68f5807c74381e8dd Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 4 Jul 2021 00:24:18 +0900 Subject: web/javascript 内の global_objects の browser-compat-data に関する非表示の指示を一括削除 (#1296) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/javascript/reference/global_objects/math/abs/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/acos/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/acosh/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/asin/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/asinh/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/atan/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/atan2/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/atanh/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/cbrt/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/ceil/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/clz32/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/cos/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/cosh/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/e/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/exp/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/expm1/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/floor/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/fround/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/hypot/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/imul/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/ln10/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/ln2/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/log/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/log10/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/log10e/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/log1p/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/log2/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/log2e/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/max/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/min/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/pi/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/pow/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/random/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/round/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/sign/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/sin/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/sinh/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/sqrt/index.html | 2 -- .../ja/web/javascript/reference/global_objects/math/sqrt1_2/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/sqrt2/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/tan/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/tanh/index.html | 2 -- files/ja/web/javascript/reference/global_objects/math/trunc/index.html | 2 -- 44 files changed, 88 deletions(-) (limited to 'files/ja/web/javascript/reference/global_objects/math') diff --git a/files/ja/web/javascript/reference/global_objects/math/abs/index.html b/files/ja/web/javascript/reference/global_objects/math/abs/index.html index f8ae38085c..e9e4e3f95e 100644 --- a/files/ja/web/javascript/reference/global_objects/math/abs/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/abs/index.html @@ -72,8 +72,6 @@ Math.abs(); // NaN

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.abs")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/acos/index.html b/files/ja/web/javascript/reference/global_objects/math/acos/index.html index 23d1ec9998..7015fc1c5d 100644 --- a/files/ja/web/javascript/reference/global_objects/math/acos/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/acos/index.html @@ -70,8 +70,6 @@ Math.acos(2); // NaN

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.acos")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/acosh/index.html b/files/ja/web/javascript/reference/global_objects/math/acosh/index.html index f271a15f8e..fc0ec77947 100644 --- a/files/ja/web/javascript/reference/global_objects/math/acosh/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/acosh/index.html @@ -76,8 +76,6 @@ Math.acosh(2); // 1.3169578969248166

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.acosh")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/asin/index.html b/files/ja/web/javascript/reference/global_objects/math/asin/index.html index b69aefa639..06ce9b7ab2 100644 --- a/files/ja/web/javascript/reference/global_objects/math/asin/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/asin/index.html @@ -70,8 +70,6 @@ Math.asin(2); // NaN

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.asin")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/asinh/index.html b/files/ja/web/javascript/reference/global_objects/math/asinh/index.html index 55ae559ce6..2301c6c914 100644 --- a/files/ja/web/javascript/reference/global_objects/math/asinh/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/asinh/index.html @@ -83,8 +83,6 @@ Math.asinh(0); // 0

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.asinh")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/atan/index.html b/files/ja/web/javascript/reference/global_objects/math/atan/index.html index 3c71b12b6d..66def3087d 100644 --- a/files/ja/web/javascript/reference/global_objects/math/atan/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/atan/index.html @@ -73,8 +73,6 @@ Math.atan(y / x);

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.atan")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/atan2/index.html b/files/ja/web/javascript/reference/global_objects/math/atan2/index.html index 0d801b8f3a..47ff49018d 100644 --- a/files/ja/web/javascript/reference/global_objects/math/atan2/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/atan2/index.html @@ -80,8 +80,6 @@ Math.atan2(±Infinity, +Infinity); // ±PI/4.

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.atan2")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/atanh/index.html b/files/ja/web/javascript/reference/global_objects/math/atanh/index.html index fd35f305e2..3f56ce9fc3 100644 --- a/files/ja/web/javascript/reference/global_objects/math/atanh/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/atanh/index.html @@ -77,8 +77,6 @@ Math.atanh(2); // NaN

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.atanh")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/cbrt/index.html b/files/ja/web/javascript/reference/global_objects/math/cbrt/index.html index 23f22f4e8d..8c14e2eb9c 100644 --- a/files/ja/web/javascript/reference/global_objects/math/cbrt/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/cbrt/index.html @@ -83,8 +83,6 @@ Math.cbrt(2); // 1.2599210498948732

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.cbrt")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/ceil/index.html b/files/ja/web/javascript/reference/global_objects/math/ceil/index.html index 0ef1df742e..3d5b7334f2 100644 --- a/files/ja/web/javascript/reference/global_objects/math/ceil/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/ceil/index.html @@ -140,8 +140,6 @@ Math.ceil10(-59, 1); // -50

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.ceil")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/clz32/index.html b/files/ja/web/javascript/reference/global_objects/math/clz32/index.html index d5b390382e..b9b26ba8a9 100644 --- a/files/ja/web/javascript/reference/global_objects/math/clz32/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/clz32/index.html @@ -169,8 +169,6 @@ Math.clz32(3.5); // 30

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.clz32")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/cos/index.html b/files/ja/web/javascript/reference/global_objects/math/cos/index.html index b70725a5c6..b63192116b 100644 --- a/files/ja/web/javascript/reference/global_objects/math/cos/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/cos/index.html @@ -69,8 +69,6 @@ Math.cos(2 * Math.PI); // 1

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.cos")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/cosh/index.html b/files/ja/web/javascript/reference/global_objects/math/cosh/index.html index 087086fa4d..75ac084d9f 100644 --- a/files/ja/web/javascript/reference/global_objects/math/cosh/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/cosh/index.html @@ -80,8 +80,6 @@ Math.cosh(-1); // 1.5430806348152437

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.cosh")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/e/index.html b/files/ja/web/javascript/reference/global_objects/math/e/index.html index c837f079a9..bbf16cbcbc 100644 --- a/files/ja/web/javascript/reference/global_objects/math/e/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/e/index.html @@ -54,8 +54,6 @@ getNapier(); // 2.718281828459045

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.E")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/exp/index.html b/files/ja/web/javascript/reference/global_objects/math/exp/index.html index c790ba115c..22112aa3a0 100644 --- a/files/ja/web/javascript/reference/global_objects/math/exp/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/exp/index.html @@ -61,8 +61,6 @@ Math.exp(1); // 2.718281828459045

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.exp")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/expm1/index.html b/files/ja/web/javascript/reference/global_objects/math/expm1/index.html index dd66595f56..01d2dfbd20 100644 --- a/files/ja/web/javascript/reference/global_objects/math/expm1/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/expm1/index.html @@ -70,8 +70,6 @@ Math.expm1(1); // 1.718281828459045

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.expm1")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/floor/index.html b/files/ja/web/javascript/reference/global_objects/math/floor/index.html index bac5d18b30..b48edfc3c2 100644 --- a/files/ja/web/javascript/reference/global_objects/math/floor/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/floor/index.html @@ -124,8 +124,6 @@ ceil10(-59, 1); // -50

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.floor")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/fround/index.html b/files/ja/web/javascript/reference/global_objects/math/fround/index.html index 8af6e99331..449e98a28f 100644 --- a/files/ja/web/javascript/reference/global_objects/math/fround/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/fround/index.html @@ -116,8 +116,6 @@ Math.fround(NaN); // NaN

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.fround")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/hypot/index.html b/files/ja/web/javascript/reference/global_objects/math/hypot/index.html index 83f8161db1..86e3703f84 100644 --- a/files/ja/web/javascript/reference/global_objects/math/hypot/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/hypot/index.html @@ -114,8 +114,6 @@ Math.hypot(-3); // 3, the same as Math.abs(-3)

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.hypot")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/imul/index.html b/files/ja/web/javascript/reference/global_objects/math/imul/index.html index 8a3fae3981..66f9fc0da7 100644 --- a/files/ja/web/javascript/reference/global_objects/math/imul/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/imul/index.html @@ -100,8 +100,6 @@ Math.imul(0xfffffffe, 5); // -10

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.imul")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/index.html b/files/ja/web/javascript/reference/global_objects/math/index.html index 185ad9255e..ab3596875e 100644 --- a/files/ja/web/javascript/reference/global_objects/math/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/index.html @@ -177,8 +177,6 @@ random(1, 10);

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/ln10/index.html b/files/ja/web/javascript/reference/global_objects/math/ln10/index.html index 033ee18067..c44b9090fc 100644 --- a/files/ja/web/javascript/reference/global_objects/math/ln10/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/ln10/index.html @@ -54,8 +54,6 @@ getNatLog10(); // 2.302585092994046

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.LN10")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/ln2/index.html b/files/ja/web/javascript/reference/global_objects/math/ln2/index.html index 120d3d051b..cdca6b198a 100644 --- a/files/ja/web/javascript/reference/global_objects/math/ln2/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/ln2/index.html @@ -54,8 +54,6 @@ getNatLog2(); // 0.6931471805599453

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.LN2")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/log/index.html b/files/ja/web/javascript/reference/global_objects/math/log/index.html index f19a35a38d..f8d4dcf7ca 100644 --- a/files/ja/web/javascript/reference/global_objects/math/log/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/log/index.html @@ -83,8 +83,6 @@ Math.log(10); // 2.302585092994046

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.log")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/log10/index.html b/files/ja/web/javascript/reference/global_objects/math/log10/index.html index cc9aca7ba5..456d952de6 100644 --- a/files/ja/web/javascript/reference/global_objects/math/log10/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/log10/index.html @@ -79,8 +79,6 @@ Math.log10(100000); // 5

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.log10")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/log10e/index.html b/files/ja/web/javascript/reference/global_objects/math/log10e/index.html index 724ae98b0c..40c27ba267 100644 --- a/files/ja/web/javascript/reference/global_objects/math/log10e/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/log10e/index.html @@ -54,8 +54,6 @@ getLog10e(); // 0.4342944819032518

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.LOG10E")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/log1p/index.html b/files/ja/web/javascript/reference/global_objects/math/log1p/index.html index 83b5350ab2..e9cb7ef3e2 100644 --- a/files/ja/web/javascript/reference/global_objects/math/log1p/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/log1p/index.html @@ -88,8 +88,6 @@ Math.log1p(-2); // NaN

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.log1p")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/log2/index.html b/files/ja/web/javascript/reference/global_objects/math/log2/index.html index b7fadcb09e..f963585aae 100644 --- a/files/ja/web/javascript/reference/global_objects/math/log2/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/log2/index.html @@ -80,8 +80,6 @@ Math.log2(1024); // 10

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.log2")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/log2e/index.html b/files/ja/web/javascript/reference/global_objects/math/log2e/index.html index b5842c8e01..4a2033d830 100644 --- a/files/ja/web/javascript/reference/global_objects/math/log2e/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/log2e/index.html @@ -54,8 +54,6 @@ getLog2e(); // 1.4426950408889634

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.LOG2E")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/max/index.html b/files/ja/web/javascript/reference/global_objects/math/max/index.html index 02e962e9b4..e650c30f15 100644 --- a/files/ja/web/javascript/reference/global_objects/math/max/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/max/index.html @@ -89,8 +89,6 @@ var max = Math.max(...arr);

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.max")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/min/index.html b/files/ja/web/javascript/reference/global_objects/math/min/index.html index 5648f0cc26..9bf175a19a 100644 --- a/files/ja/web/javascript/reference/global_objects/math/min/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/min/index.html @@ -91,8 +91,6 @@ if (x > boundary) {

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.min")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/pi/index.html b/files/ja/web/javascript/reference/global_objects/math/pi/index.html index ff22d4850f..b2e9a45739 100644 --- a/files/ja/web/javascript/reference/global_objects/math/pi/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/pi/index.html @@ -54,8 +54,6 @@ calculateCircumference(1); // 6.283185307179586

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.PI")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/pow/index.html b/files/ja/web/javascript/reference/global_objects/math/pow/index.html index ad8bd26f3c..7b95dfc095 100644 --- a/files/ja/web/javascript/reference/global_objects/math/pow/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/pow/index.html @@ -82,8 +82,6 @@ Math.pow(-7, 1/3); // NaN

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.pow")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/random/index.html b/files/ja/web/javascript/reference/global_objects/math/random/index.html index 18d04e917a..3fa9b6d89f 100644 --- a/files/ja/web/javascript/reference/global_objects/math/random/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/random/index.html @@ -90,8 +90,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/random

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.random")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/round/index.html b/files/ja/web/javascript/reference/global_objects/math/round/index.html index f5504c21af..dc1114d227 100644 --- a/files/ja/web/javascript/reference/global_objects/math/round/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/round/index.html @@ -65,8 +65,6 @@ Math.round(-20.51); // -21

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.round")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/sign/index.html b/files/ja/web/javascript/reference/global_objects/math/sign/index.html index 22df8ab790..7efc664bc8 100644 --- a/files/ja/web/javascript/reference/global_objects/math/sign/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/sign/index.html @@ -98,8 +98,6 @@ Math.sign(); // NaN

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.sign")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/sin/index.html b/files/ja/web/javascript/reference/global_objects/math/sin/index.html index 60cf4b07ad..a83df4b521 100644 --- a/files/ja/web/javascript/reference/global_objects/math/sin/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/sin/index.html @@ -64,8 +64,6 @@ Math.sin(Math.PI / 2); // 1

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.sin")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/sinh/index.html b/files/ja/web/javascript/reference/global_objects/math/sinh/index.html index e01c47f217..4c5c34b7ec 100644 --- a/files/ja/web/javascript/reference/global_objects/math/sinh/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/sinh/index.html @@ -80,8 +80,6 @@ Math.sinh(1); // 1.1752011936438014

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.sinh")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/sqrt/index.html b/files/ja/web/javascript/reference/global_objects/math/sqrt/index.html index 2172c163fc..126bb8b2c7 100644 --- a/files/ja/web/javascript/reference/global_objects/math/sqrt/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/sqrt/index.html @@ -69,8 +69,6 @@ Math.sqrt(-0); // -0

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.sqrt")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/sqrt1_2/index.html b/files/ja/web/javascript/reference/global_objects/math/sqrt1_2/index.html index 91232e0cce..b91056ae78 100644 --- a/files/ja/web/javascript/reference/global_objects/math/sqrt1_2/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/sqrt1_2/index.html @@ -54,8 +54,6 @@ getRoot1_2(); // 0.7071067811865476

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.SQRT1_2")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/sqrt2/index.html b/files/ja/web/javascript/reference/global_objects/math/sqrt2/index.html index a2796d9df3..4b5babc245 100644 --- a/files/ja/web/javascript/reference/global_objects/math/sqrt2/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/sqrt2/index.html @@ -54,8 +54,6 @@ getRoot2(); // 1.4142135623730951

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.SQRT2")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/tan/index.html b/files/ja/web/javascript/reference/global_objects/math/tan/index.html index c971e495c4..23aaf88dba 100644 --- a/files/ja/web/javascript/reference/global_objects/math/tan/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/tan/index.html @@ -69,8 +69,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/tan

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.tan")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/tanh/index.html b/files/ja/web/javascript/reference/global_objects/math/tanh/index.html index be7e567764..5b13d8b0bb 100644 --- a/files/ja/web/javascript/reference/global_objects/math/tanh/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/tanh/index.html @@ -72,8 +72,6 @@ Math.tanh(1); // 0.7615941559557649

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.tanh")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/math/trunc/index.html b/files/ja/web/javascript/reference/global_objects/math/trunc/index.html index 780f6b7f19..118bac310f 100644 --- a/files/ja/web/javascript/reference/global_objects/math/trunc/index.html +++ b/files/ja/web/javascript/reference/global_objects/math/trunc/index.html @@ -105,8 +105,6 @@ Math.trunc(); // NaN

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Math.trunc")}}

関連情報

-- cgit v1.2.3-54-g00ecf