aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/javascript/reference/global_objects/math
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:30 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:30 +0100
commit7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (patch)
tree004e031fc47a2ed576e83000b7ef08f9355459f4 /files/fr/web/javascript/reference/global_objects/math
parent39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff)
downloadtranslated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz
translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2
translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip
unslug fr: modify
Diffstat (limited to 'files/fr/web/javascript/reference/global_objects/math')
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/abs/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/acos/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/acosh/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/asin/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/asinh/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/atan/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/atan2/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/atanh/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/cbrt/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/ceil/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/clz32/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/cos/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/cosh/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/e/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/exp/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/expm1/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/floor/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/fround/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/hypot/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/imul/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/ln10/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/ln2/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/log/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/log10/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/log10e/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/log1p/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/log2/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/log2e/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/max/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/min/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/pi/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/pow/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/random/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/round/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/sign/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/sin/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/sinh/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/sqrt/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/sqrt1_2/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/sqrt2/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/tan/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/tanh/index.html3
-rw-r--r--files/fr/web/javascript/reference/global_objects/math/trunc/index.html3
44 files changed, 88 insertions, 44 deletions
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 925364b1ca..b31f7c16c0 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
@@ -1,12 +1,13 @@
---
title: Math.abs()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/abs
+slug: Web/JavaScript/Reference/Global_Objects/Math/abs
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/abs
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/abs
---
<div>{{JSRef}}</div>
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 b0de810d35..2603b72621 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
@@ -1,12 +1,13 @@
---
title: Math.acos()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/acos
+slug: Web/JavaScript/Reference/Global_Objects/Math/acos
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/acos
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/acos
---
<div>{{JSRef}}</div>
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 3598039002..50ab9ab989 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
@@ -1,6 +1,6 @@
---
title: Math.acosh()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/acosh
+slug: Web/JavaScript/Reference/Global_Objects/Math/acosh
tags:
- JavaScript
- Math
@@ -8,6 +8,7 @@ tags:
- Reference
- polyfill
translation_of: Web/JavaScript/Reference/Global_Objects/Math/acosh
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/acosh
---
<div>{{JSRef}}</div>
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 c830fc7b11..8dc6999797 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
@@ -1,12 +1,13 @@
---
title: Math.asin()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/asin
+slug: Web/JavaScript/Reference/Global_Objects/Math/asin
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/asin
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/asin
---
<div>{{JSRef}}</div>
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 3d0d55ecad..b67634ece6 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
@@ -1,12 +1,13 @@
---
title: Math.asinh()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/asinh
+slug: Web/JavaScript/Reference/Global_Objects/Math/asinh
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/asinh
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/asinh
---
<div>{{JSRef}}</div>
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 e7392525ab..fe75f01e29 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
@@ -1,12 +1,13 @@
---
title: Math.atan()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/atan
+slug: Web/JavaScript/Reference/Global_Objects/Math/atan
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/atan
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/atan
---
<div>{{JSRef}}</div>
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 3c49ff6ba5..575a5ac3d3 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
@@ -1,12 +1,13 @@
---
title: Math.atan2()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/atan2
+slug: Web/JavaScript/Reference/Global_Objects/Math/atan2
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/atan2
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/atan2
---
<div>{{JSRef}}</div>
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 ef350947af..5dda021bf7 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
@@ -1,6 +1,6 @@
---
title: Math.atanh()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/atanh
+slug: Web/JavaScript/Reference/Global_Objects/Math/atanh
tags:
- JavaScript
- Math
@@ -8,6 +8,7 @@ tags:
- Reference
- polyfill
translation_of: Web/JavaScript/Reference/Global_Objects/Math/atanh
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/atanh
---
<div>{{JSRef}}</div>
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 fe6c19aa04..d88538f361 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
@@ -1,6 +1,6 @@
---
title: Math.cbrt()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/cbrt
+slug: Web/JavaScript/Reference/Global_Objects/Math/cbrt
tags:
- ECMAScript 2015
- JavaScript
@@ -9,6 +9,7 @@ tags:
- Reference
- polyfill
translation_of: Web/JavaScript/Reference/Global_Objects/Math/cbrt
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/cbrt
---
<div>{{JSRef}}</div>
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 47e1bde9e2..11ec6cb92f 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
@@ -1,12 +1,13 @@
---
title: Math.ceil()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/ceil
+slug: Web/JavaScript/Reference/Global_Objects/Math/ceil
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/ceil
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/ceil
---
<div>{{JSRef}}</div>
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 e7c28a3865..8a8d264067 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
@@ -1,6 +1,6 @@
---
title: Math.clz32()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/clz32
+slug: Web/JavaScript/Reference/Global_Objects/Math/clz32
tags:
- ECMAScript 2015
- JavaScript
@@ -9,6 +9,7 @@ tags:
- Reference
- polyfill
translation_of: Web/JavaScript/Reference/Global_Objects/Math/clz32
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/clz32
---
<div>{{JSRef}}</div>
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 3c28ee7fb4..af38d0e8e7 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
@@ -1,12 +1,13 @@
---
title: Math.cos()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/cos
+slug: Web/JavaScript/Reference/Global_Objects/Math/cos
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/cos
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/cos
---
<div>{{JSRef}}</div>
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 99d12d6cf0..36be26ba07 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
@@ -1,6 +1,6 @@
---
title: Math.cosh()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/cosh
+slug: Web/JavaScript/Reference/Global_Objects/Math/cosh
tags:
- ECMAScript6
- JavaScript
@@ -9,6 +9,7 @@ tags:
- Reference
- polyfill
translation_of: Web/JavaScript/Reference/Global_Objects/Math/cosh
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/cosh
---
<div>{{JSRef}}</div>
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 0ffd4fff7d..c633e5f8de 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
@@ -1,12 +1,13 @@
---
title: Math.E
-slug: Web/JavaScript/Reference/Objets_globaux/Math/E
+slug: Web/JavaScript/Reference/Global_Objects/Math/E
tags:
- JavaScript
- Math
- Propriété
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/E
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/E
---
<div>{{JSRef}}</div>
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 62974cdddf..747577039a 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
@@ -1,12 +1,13 @@
---
title: Math.exp()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/exp
+slug: Web/JavaScript/Reference/Global_Objects/Math/exp
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/exp
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/exp
---
<div>{{JSRef}}</div>
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 daff456379..3367000083 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
@@ -1,6 +1,6 @@
---
title: Math.expm1()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/expm1
+slug: Web/JavaScript/Reference/Global_Objects/Math/expm1
tags:
- ECMAScript6
- JavaScript
@@ -9,6 +9,7 @@ tags:
- Reference
- polyfill
translation_of: Web/JavaScript/Reference/Global_Objects/Math/expm1
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/expm1
---
<div>{{JSRef}}</div>
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 0058ccfe84..a49813b036 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
@@ -1,12 +1,13 @@
---
title: Math.floor()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/floor
+slug: Web/JavaScript/Reference/Global_Objects/Math/floor
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/floor
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/floor
---
<div>{{JSRef}}</div>
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 59ca437b06..3ba2a978f3 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
@@ -1,6 +1,6 @@
---
title: Math.fround()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/fround
+slug: Web/JavaScript/Reference/Global_Objects/Math/fround
tags:
- ECMAScript6
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/fround
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/fround
---
<div>{{JSRef}}</div>
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 90c6ec6690..4921e04533 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
@@ -1,6 +1,6 @@
---
title: Math.hypot()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/hypot
+slug: Web/JavaScript/Reference/Global_Objects/Math/hypot
tags:
- ECMAScript6
- JavaScript
@@ -9,6 +9,7 @@ tags:
- Reference
- polyfill
translation_of: Web/JavaScript/Reference/Global_Objects/Math/hypot
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/hypot
---
<div>{{JSRef}}</div>
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 3eb75d949d..90a8af003e 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
@@ -1,6 +1,6 @@
---
title: Math.imul()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/imul
+slug: Web/JavaScript/Reference/Global_Objects/Math/imul
tags:
- JavaScript
- Math
@@ -8,6 +8,7 @@ tags:
- Reference
- polyfill
translation_of: Web/JavaScript/Reference/Global_Objects/Math/imul
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/imul
---
<div>{{JSRef}}</div>
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 231f165879..1d881d4fbc 100644
--- a/files/fr/web/javascript/reference/global_objects/math/index.html
+++ b/files/fr/web/javascript/reference/global_objects/math/index.html
@@ -1,11 +1,12 @@
---
title: Math
-slug: Web/JavaScript/Reference/Objets_globaux/Math
+slug: Web/JavaScript/Reference/Global_Objects/Math
tags:
- JavaScript
- Math
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math
---
<div>{{JSRef}}</div>
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 e9eae9acc2..d7fd005fae 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
@@ -1,12 +1,13 @@
---
title: Math.LN10
-slug: Web/JavaScript/Reference/Objets_globaux/Math/LN10
+slug: Web/JavaScript/Reference/Global_Objects/Math/LN10
tags:
- JavaScript
- Math
- Propriété
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/LN10
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/LN10
---
<div>{{JSRef}}</div>
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 89db2712fd..4d0537aeb8 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
@@ -1,12 +1,13 @@
---
title: Math.LN2
-slug: Web/JavaScript/Reference/Objets_globaux/Math/LN2
+slug: Web/JavaScript/Reference/Global_Objects/Math/LN2
tags:
- JavaScript
- Math
- Propriété
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/LN2
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/LN2
---
<div>{{JSRef}}</div>
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 177215b74b..9d4861e4d1 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
@@ -1,12 +1,13 @@
---
title: Math.log()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/log
+slug: Web/JavaScript/Reference/Global_Objects/Math/log
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/log
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/log
---
<div>{{JSRef}}</div>
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 724247091b..f77042bd0f 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
@@ -1,6 +1,6 @@
---
title: Math.log10()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/log10
+slug: Web/JavaScript/Reference/Global_Objects/Math/log10
tags:
- ECMAScript 2015
- JavaScript
@@ -9,6 +9,7 @@ tags:
- Reference
- polyfill
translation_of: Web/JavaScript/Reference/Global_Objects/Math/log10
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/log10
---
<div>{{JSRef}}</div>
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 7ea27eefbc..2afe410e3d 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
@@ -1,12 +1,13 @@
---
title: Math.LOG10E
-slug: Web/JavaScript/Reference/Objets_globaux/Math/LOG10E
+slug: Web/JavaScript/Reference/Global_Objects/Math/LOG10E
tags:
- JavaScript
- Math
- Propriété
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/LOG10E
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/LOG10E
---
<div>{{JSRef}}</div>
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 b209a76043..1829377578 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
@@ -1,6 +1,6 @@
---
title: Math.log1p()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/log1p
+slug: Web/JavaScript/Reference/Global_Objects/Math/log1p
tags:
- ECMAScript 2015
- JavaScript
@@ -9,6 +9,7 @@ tags:
- Reference
- polyfill
translation_of: Web/JavaScript/Reference/Global_Objects/Math/log1p
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/log1p
---
<div>{{JSRef}}</div>
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 0b11603a85..d787c72c1b 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
@@ -1,6 +1,6 @@
---
title: Math.log2()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/log2
+slug: Web/JavaScript/Reference/Global_Objects/Math/log2
tags:
- ECMAScript 2015
- JavaScript
@@ -9,6 +9,7 @@ tags:
- Reference
- polyfill
translation_of: Web/JavaScript/Reference/Global_Objects/Math/log2
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/log2
---
<div>{{JSRef}}</div>
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 dffc8423da..baed7c21fe 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
@@ -1,12 +1,13 @@
---
title: Math.LOG2E
-slug: Web/JavaScript/Reference/Objets_globaux/Math/LOG2E
+slug: Web/JavaScript/Reference/Global_Objects/Math/LOG2E
tags:
- JavaScript
- Math
- Propriété
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/LOG2E
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/LOG2E
---
<div>{{JSRef}}</div>
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 1964058b9b..1c674163b4 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
@@ -1,12 +1,13 @@
---
title: Math.max()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/max
+slug: Web/JavaScript/Reference/Global_Objects/Math/max
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/max
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/max
---
<div>{{JSRef}}</div>
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 321548364d..c2f4369115 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
@@ -1,12 +1,13 @@
---
title: Math.min()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/min
+slug: Web/JavaScript/Reference/Global_Objects/Math/min
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/min
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/min
---
<div>{{JSRef}}</div>
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 1afe5afc3a..3f73ef8a7d 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
@@ -1,12 +1,13 @@
---
title: Math.PI
-slug: Web/JavaScript/Reference/Objets_globaux/Math/PI
+slug: Web/JavaScript/Reference/Global_Objects/Math/PI
tags:
- JavaScript
- Math
- Propriété
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/PI
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/PI
---
<div>{{JSRef}}</div>
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 c7d08031b1..fe06fb6034 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
@@ -1,12 +1,13 @@
---
title: Math.pow()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/pow
+slug: Web/JavaScript/Reference/Global_Objects/Math/pow
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/pow
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/pow
---
<div>{{JSRef}}</div>
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 880f6ee69e..517b30749d 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
@@ -1,12 +1,13 @@
---
title: Math.random()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/random
+slug: Web/JavaScript/Reference/Global_Objects/Math/random
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/random
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/random
---
<div>{{JSRef}}</div>
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 981e6cb665..cbf6913aa4 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
@@ -1,12 +1,13 @@
---
title: Math.round()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/round
+slug: Web/JavaScript/Reference/Global_Objects/Math/round
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/round
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/round
---
<div>{{JSRef}}</div>
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 8a1c941e66..d38f2712df 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
@@ -1,6 +1,6 @@
---
title: Math.sign()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/sign
+slug: Web/JavaScript/Reference/Global_Objects/Math/sign
tags:
- ECMAScript 2015
- JavaScript
@@ -9,6 +9,7 @@ tags:
- Reference
- polyfill
translation_of: Web/JavaScript/Reference/Global_Objects/Math/sign
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/sign
---
<div>{{JSRef}}</div>
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 c9ea4850ac..0b9b6cd09f 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
@@ -1,12 +1,13 @@
---
title: Math.sin()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/sin
+slug: Web/JavaScript/Reference/Global_Objects/Math/sin
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/sin
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/sin
---
<div>{{JSRef}}</div>
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 33c5813d67..92c9baed71 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
@@ -1,6 +1,6 @@
---
title: Math.sinh()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/sinh
+slug: Web/JavaScript/Reference/Global_Objects/Math/sinh
tags:
- ECMAScript 2015
- JavaScript
@@ -9,6 +9,7 @@ tags:
- Reference
- polyfill
translation_of: Web/JavaScript/Reference/Global_Objects/Math/sinh
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/sinh
---
<div>{{JSRef}}</div>
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 1a95e53caa..930e54c14f 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
@@ -1,12 +1,13 @@
---
title: Math.sqrt()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/sqrt
+slug: Web/JavaScript/Reference/Global_Objects/Math/sqrt
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/sqrt
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/sqrt
---
<div>{{JSRef}}</div>
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 b845ac3389..c4489192a1 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
@@ -1,12 +1,13 @@
---
title: Math.SQRT1_2
-slug: Web/JavaScript/Reference/Objets_globaux/Math/SQRT1_2
+slug: Web/JavaScript/Reference/Global_Objects/Math/SQRT1_2
tags:
- JavaScript
- Math
- Propriété
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/SQRT1_2
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/SQRT1_2
---
<div>{{JSRef}}</div>
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 7a02b16e2d..cb891ca8e1 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
@@ -1,12 +1,13 @@
---
title: Math.SQRT2
-slug: Web/JavaScript/Reference/Objets_globaux/Math/SQRT2
+slug: Web/JavaScript/Reference/Global_Objects/Math/SQRT2
tags:
- JavaScript
- Math
- Propriété
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/SQRT2
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/SQRT2
---
<div>{{JSRef}}</div>
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 948ea10a14..bb8ee5d5d8 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
@@ -1,12 +1,13 @@
---
title: Math.tan()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/tan
+slug: Web/JavaScript/Reference/Global_Objects/Math/tan
tags:
- JavaScript
- Math
- Méthode
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Math/tan
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/tan
---
<div>{{JSRef}}</div>
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 0567a5430c..242449f383 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
@@ -1,6 +1,6 @@
---
title: Math.tanh()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/tanh
+slug: Web/JavaScript/Reference/Global_Objects/Math/tanh
tags:
- ECMAScript 2015
- JavaScript
@@ -9,6 +9,7 @@ tags:
- Reference
- polyfill
translation_of: Web/JavaScript/Reference/Global_Objects/Math/tanh
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/tanh
---
<div>{{JSRef}}</div>
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 beb1f33d0b..f07726e979 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
@@ -1,6 +1,6 @@
---
title: Math.trunc()
-slug: Web/JavaScript/Reference/Objets_globaux/Math/trunc
+slug: Web/JavaScript/Reference/Global_Objects/Math/trunc
tags:
- ECMAScript 2015
- JavaScript
@@ -9,6 +9,7 @@ tags:
- Reference
- polyfill
translation_of: Web/JavaScript/Reference/Global_Objects/Math/trunc
+original_slug: Web/JavaScript/Reference/Objets_globaux/Math/trunc
---
<div>{{JSRef}}</div>