From 023d53c518c6c0e85fdcfec96435c7799ffee747 Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Sat, 19 Jun 2021 13:26:39 +0200 Subject: Remove bcd hidden in JS section for fr (#1246) * Remove bcd hidden in JS section for fr * FIX: missing less than * FIX: removing new line duplicata * FIX: removing new line duplicata Co-authored-by: tristantheb --- files/fr/web/javascript/reference/global_objects/math/abs/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/acos/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/acosh/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/asin/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/asinh/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/atan/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/atan2/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/atanh/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/cbrt/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/ceil/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/clz32/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/cos/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/cosh/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/e/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/exp/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/expm1/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/floor/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/fround/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/hypot/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/imul/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/ln10/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/ln2/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/log/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/log10/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/log10e/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/log1p/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/log2/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/log2e/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/max/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/min/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/pi/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/pow/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/random/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/round/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/sign/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/sin/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/sinh/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/sqrt/index.html | 2 -- .../fr/web/javascript/reference/global_objects/math/sqrt1_2/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/sqrt2/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/tan/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/tanh/index.html | 2 -- files/fr/web/javascript/reference/global_objects/math/trunc/index.html | 2 -- 44 files changed, 88 deletions(-) (limited to 'files/fr/web/javascript/reference/global_objects/math') diff --git a/files/fr/web/javascript/reference/global_objects/math/abs/index.html b/files/fr/web/javascript/reference/global_objects/math/abs/index.html index b31f7c16c0..91dabb81ff 100644 --- a/files/fr/web/javascript/reference/global_objects/math/abs/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/abs/index.html @@ -89,8 +89,6 @@ Math.abs(); // NaN

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/acos/index.html b/files/fr/web/javascript/reference/global_objects/math/acos/index.html index 2603b72621..2a85b6a424 100644 --- a/files/fr/web/javascript/reference/global_objects/math/acos/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/acos/index.html @@ -88,8 +88,6 @@ Math.acos(2); // NaN

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/acosh/index.html b/files/fr/web/javascript/reference/global_objects/math/acosh/index.html index 50ab9ab989..445e661711 100644 --- a/files/fr/web/javascript/reference/global_objects/math/acosh/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/acosh/index.html @@ -86,8 +86,6 @@ Math.acosh(2); // 1.3169578969248166

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/asin/index.html b/files/fr/web/javascript/reference/global_objects/math/asin/index.html index 8dc6999797..30a1493762 100644 --- a/files/fr/web/javascript/reference/global_objects/math/asin/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/asin/index.html @@ -87,8 +87,6 @@ Math.asin(2); // NaN

Compatibilité des navigateurs

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/asinh/index.html b/files/fr/web/javascript/reference/global_objects/math/asinh/index.html index b67634ece6..b89ecbbfbe 100644 --- a/files/fr/web/javascript/reference/global_objects/math/asinh/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/asinh/index.html @@ -77,8 +77,6 @@ original_slug: Web/JavaScript/Reference/Objets_globaux/Math/asinh

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/atan/index.html b/files/fr/web/javascript/reference/global_objects/math/atan/index.html index fe75f01e29..e8022105e3 100644 --- a/files/fr/web/javascript/reference/global_objects/math/atan/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/atan/index.html @@ -90,8 +90,6 @@ Math.atan(y / x);

Compatibilité des navigateurs

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/atan2/index.html b/files/fr/web/javascript/reference/global_objects/math/atan2/index.html index 575a5ac3d3..efadc84eb2 100644 --- a/files/fr/web/javascript/reference/global_objects/math/atan2/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/atan2/index.html @@ -98,8 +98,6 @@ Math.atan2( ±Infinity, +Infinity ); // ±PI/4.

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/atanh/index.html b/files/fr/web/javascript/reference/global_objects/math/atanh/index.html index 5dda021bf7..356253290a 100644 --- a/files/fr/web/javascript/reference/global_objects/math/atanh/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/atanh/index.html @@ -88,8 +88,6 @@ Math.atanh(2); // NaN

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/cbrt/index.html b/files/fr/web/javascript/reference/global_objects/math/cbrt/index.html index d88538f361..8c5a78a699 100644 --- a/files/fr/web/javascript/reference/global_objects/math/cbrt/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/cbrt/index.html @@ -80,8 +80,6 @@ Math.cbrt(2);  // 1.2599210498948732

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/ceil/index.html b/files/fr/web/javascript/reference/global_objects/math/ceil/index.html index 11ec6cb92f..2aaf9f6b8e 100644 --- a/files/fr/web/javascript/reference/global_objects/math/ceil/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/ceil/index.html @@ -163,8 +163,6 @@ Math.ceil10(-59, 1); // -50

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/clz32/index.html b/files/fr/web/javascript/reference/global_objects/math/clz32/index.html index 8a8d264067..5c13941e04 100644 --- a/files/fr/web/javascript/reference/global_objects/math/clz32/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/clz32/index.html @@ -84,8 +84,6 @@ Math.clz32(3.5) // 30

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/cos/index.html b/files/fr/web/javascript/reference/global_objects/math/cos/index.html index af38d0e8e7..c1f1552c67 100644 --- a/files/fr/web/javascript/reference/global_objects/math/cos/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/cos/index.html @@ -83,8 +83,6 @@ Math.cos(2 * Math.PI); // 1

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/cosh/index.html b/files/fr/web/javascript/reference/global_objects/math/cosh/index.html index 36be26ba07..5fe0e8143f 100644 --- a/files/fr/web/javascript/reference/global_objects/math/cosh/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/cosh/index.html @@ -90,8 +90,6 @@ Math.cosh(-1); // 1.5430806348152437

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/e/index.html b/files/fr/web/javascript/reference/global_objects/math/e/index.html index c633e5f8de..912e91adf2 100644 --- a/files/fr/web/javascript/reference/global_objects/math/e/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/e/index.html @@ -71,8 +71,6 @@ getNapier(); // 2.718281828459045

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/exp/index.html b/files/fr/web/javascript/reference/global_objects/math/exp/index.html index 747577039a..6418d702be 100644 --- a/files/fr/web/javascript/reference/global_objects/math/exp/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/exp/index.html @@ -80,8 +80,6 @@ Math.exp(1); // 2.718281828459045

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/expm1/index.html b/files/fr/web/javascript/reference/global_objects/math/expm1/index.html index 3367000083..713f575452 100644 --- a/files/fr/web/javascript/reference/global_objects/math/expm1/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/expm1/index.html @@ -78,8 +78,6 @@ Math.expm1(1); // 1.718281828459045

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/floor/index.html b/files/fr/web/javascript/reference/global_objects/math/floor/index.html index a49813b036..2650bbe294 100644 --- a/files/fr/web/javascript/reference/global_objects/math/floor/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/floor/index.html @@ -86,8 +86,6 @@ Math.floor(null); // 0

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/fround/index.html b/files/fr/web/javascript/reference/global_objects/math/fround/index.html index 3ba2a978f3..d12368db64 100644 --- a/files/fr/web/javascript/reference/global_objects/math/fround/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/fround/index.html @@ -79,8 +79,6 @@ Math.fround(NaN); // NaN

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/hypot/index.html b/files/fr/web/javascript/reference/global_objects/math/hypot/index.html index 4921e04533..eca0d63229 100644 --- a/files/fr/web/javascript/reference/global_objects/math/hypot/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/hypot/index.html @@ -117,8 +117,6 @@ Math.hypot(-3) // 3, the same as Math.abs(-3)

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/imul/index.html b/files/fr/web/javascript/reference/global_objects/math/imul/index.html index 90a8af003e..f4d505f694 100644 --- a/files/fr/web/javascript/reference/global_objects/math/imul/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/imul/index.html @@ -89,6 +89,4 @@ Math.imul(0xfffffffe, 5); //-10

Compatibilité des navigateurs

- -

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

diff --git a/files/fr/web/javascript/reference/global_objects/math/index.html b/files/fr/web/javascript/reference/global_objects/math/index.html index 1d881d4fbc..375a2e73e1 100644 --- a/files/fr/web/javascript/reference/global_objects/math/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/index.html @@ -163,8 +163,6 @@ Pour passer des radians en degrés, divisez la valeur en radians par (Math

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/ln10/index.html b/files/fr/web/javascript/reference/global_objects/math/ln10/index.html index d7fd005fae..a4471defbb 100644 --- a/files/fr/web/javascript/reference/global_objects/math/ln10/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/ln10/index.html @@ -71,8 +71,6 @@ getNatLog10(); // 2.302585092994046

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/ln2/index.html b/files/fr/web/javascript/reference/global_objects/math/ln2/index.html index 4d0537aeb8..fcc51dd309 100644 --- a/files/fr/web/javascript/reference/global_objects/math/ln2/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/ln2/index.html @@ -71,8 +71,6 @@ getLog2(256); // 8

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/log/index.html b/files/fr/web/javascript/reference/global_objects/math/log/index.html index 9d4861e4d1..b8761f49e7 100644 --- a/files/fr/web/javascript/reference/global_objects/math/log/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/log/index.html @@ -93,8 +93,6 @@ Math.log(10); // 2.302585092994046

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/log10/index.html b/files/fr/web/javascript/reference/global_objects/math/log10/index.html index f77042bd0f..693166573f 100644 --- a/files/fr/web/javascript/reference/global_objects/math/log10/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/log10/index.html @@ -86,8 +86,6 @@ Math.log10(100000); // 5

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/log10e/index.html b/files/fr/web/javascript/reference/global_objects/math/log10e/index.html index 2afe410e3d..21925c6c9d 100644 --- a/files/fr/web/javascript/reference/global_objects/math/log10e/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/log10e/index.html @@ -71,8 +71,6 @@ getLog10e(); // 0.4342944819032518

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/log1p/index.html b/files/fr/web/javascript/reference/global_objects/math/log1p/index.html index 1829377578..d9dc8af4e3 100644 --- a/files/fr/web/javascript/reference/global_objects/math/log1p/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/log1p/index.html @@ -85,8 +85,6 @@ Math.log1p(-2); // NaN

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/log2/index.html b/files/fr/web/javascript/reference/global_objects/math/log2/index.html index d787c72c1b..a166785499 100644 --- a/files/fr/web/javascript/reference/global_objects/math/log2/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/log2/index.html @@ -78,8 +78,6 @@ Math.log2(1024); // 10

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/log2e/index.html b/files/fr/web/javascript/reference/global_objects/math/log2e/index.html index baed7c21fe..bd61cc5b2c 100644 --- a/files/fr/web/javascript/reference/global_objects/math/log2e/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/log2e/index.html @@ -71,8 +71,6 @@ getLog2e(); // 1.4426950408889634

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/max/index.html b/files/fr/web/javascript/reference/global_objects/math/max/index.html index 1c674163b4..ddf849143d 100644 --- a/files/fr/web/javascript/reference/global_objects/math/max/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/max/index.html @@ -105,8 +105,6 @@ var max = Math.max(...arr);

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/min/index.html b/files/fr/web/javascript/reference/global_objects/math/min/index.html index c2f4369115..3f7a08db2e 100644 --- a/files/fr/web/javascript/reference/global_objects/math/min/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/min/index.html @@ -101,8 +101,6 @@ if (x > limite) {

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/pi/index.html b/files/fr/web/javascript/reference/global_objects/math/pi/index.html index 3f73ef8a7d..a007d1e4b7 100644 --- a/files/fr/web/javascript/reference/global_objects/math/pi/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/pi/index.html @@ -71,8 +71,6 @@ calculPérimètre(1); // 6.283185307179586

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/pow/index.html b/files/fr/web/javascript/reference/global_objects/math/pow/index.html index fe06fb6034..d982f57687 100644 --- a/files/fr/web/javascript/reference/global_objects/math/pow/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/pow/index.html @@ -92,8 +92,6 @@ Math.pow(-7, 1/3); // NaN

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/random/index.html b/files/fr/web/javascript/reference/global_objects/math/random/index.html index 517b30749d..d39b350ad9 100644 --- a/files/fr/web/javascript/reference/global_objects/math/random/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/random/index.html @@ -110,6 +110,4 @@ function getRandomIntInclusive(min, max) {

Compatibilité des navigateurs

- -

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

diff --git a/files/fr/web/javascript/reference/global_objects/math/round/index.html b/files/fr/web/javascript/reference/global_objects/math/round/index.html index cbf6913aa4..783c8f2083 100644 --- a/files/fr/web/javascript/reference/global_objects/math/round/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/round/index.html @@ -81,8 +81,6 @@ Math.round(-20.51);// -21

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/sign/index.html b/files/fr/web/javascript/reference/global_objects/math/sign/index.html index d38f2712df..bdc9492349 100644 --- a/files/fr/web/javascript/reference/global_objects/math/sign/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/sign/index.html @@ -78,8 +78,6 @@ Math.sign() // NaN

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/sin/index.html b/files/fr/web/javascript/reference/global_objects/math/sin/index.html index 0b9b6cd09f..cedf86af0f 100644 --- a/files/fr/web/javascript/reference/global_objects/math/sin/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/sin/index.html @@ -79,8 +79,6 @@ Math.sin(Math.PI / 2); // 1

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/sinh/index.html b/files/fr/web/javascript/reference/global_objects/math/sinh/index.html index 92c9baed71..612fa5e64e 100644 --- a/files/fr/web/javascript/reference/global_objects/math/sinh/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/sinh/index.html @@ -84,8 +84,6 @@ Math.sinh(1) // 1.1752011936438014

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/sqrt/index.html b/files/fr/web/javascript/reference/global_objects/math/sqrt/index.html index 930e54c14f..1c1dd15854 100644 --- a/files/fr/web/javascript/reference/global_objects/math/sqrt/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/sqrt/index.html @@ -84,8 +84,6 @@ Math.sqrt(-0); // -0

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/sqrt1_2/index.html b/files/fr/web/javascript/reference/global_objects/math/sqrt1_2/index.html index c4489192a1..642b74f064 100644 --- a/files/fr/web/javascript/reference/global_objects/math/sqrt1_2/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/sqrt1_2/index.html @@ -69,8 +69,6 @@ getRoot1_2(); // 0.7071067811865476

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/sqrt2/index.html b/files/fr/web/javascript/reference/global_objects/math/sqrt2/index.html index cb891ca8e1..46ce3355f3 100644 --- a/files/fr/web/javascript/reference/global_objects/math/sqrt2/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/sqrt2/index.html @@ -69,8 +69,6 @@ getRoot2(); // 1.4142135623730951

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/tan/index.html b/files/fr/web/javascript/reference/global_objects/math/tan/index.html index bb8ee5d5d8..f3972b4a0d 100644 --- a/files/fr/web/javascript/reference/global_objects/math/tan/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/tan/index.html @@ -86,8 +86,6 @@ original_slug: Web/JavaScript/Reference/Objets_globaux/Math/tan

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/tanh/index.html b/files/fr/web/javascript/reference/global_objects/math/tanh/index.html index 242449f383..be6fc10fd0 100644 --- a/files/fr/web/javascript/reference/global_objects/math/tanh/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/tanh/index.html @@ -92,8 +92,6 @@ Math.tanh(1); // 0.7615941559557649

Compatibilité des navigateurs

- -

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

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/math/trunc/index.html b/files/fr/web/javascript/reference/global_objects/math/trunc/index.html index f07726e979..ef022aa01a 100644 --- a/files/fr/web/javascript/reference/global_objects/math/trunc/index.html +++ b/files/fr/web/javascript/reference/global_objects/math/trunc/index.html @@ -83,8 +83,6 @@ Math.trunc(); // NaN

Compatibilité des navigateurs

- -

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

Voir aussi

-- cgit v1.2.3-54-g00ecf