aboutsummaryrefslogtreecommitdiff
path: root/files/ca/web/javascript/reference/global_objects/math
diff options
context:
space:
mode:
Diffstat (limited to 'files/ca/web/javascript/reference/global_objects/math')
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/abs/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/acos/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/acosh/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/asin/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/asinh/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/atan/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/atan2/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/atanh/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/cbrt/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/ceil/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/clz32/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/cos/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/cosh/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/e/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/exp/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/expm1/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/floor/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/fround/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/hypot/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/imul/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/ln10/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/ln2/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/log/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/log10/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/log10e/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/log1p/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/log2/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/log2e/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/max/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/min/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/pi/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/pow/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/random/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/round/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/sign/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/sin/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/sinh/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/sqrt/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/sqrt1_2/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/sqrt2/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/tan/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/tanh/index.html3
-rw-r--r--files/ca/web/javascript/reference/global_objects/math/trunc/index.html3
44 files changed, 88 insertions, 44 deletions
diff --git a/files/ca/web/javascript/reference/global_objects/math/abs/index.html b/files/ca/web/javascript/reference/global_objects/math/abs/index.html
index 34d3e5beb9..db78802c1f 100644
--- a/files/ca/web/javascript/reference/global_objects/math/abs/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/abs/index.html
@@ -1,7 +1,8 @@
---
title: Math.abs()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/abs
+slug: Web/JavaScript/Reference/Global_Objects/Math/abs
translation_of: Web/JavaScript/Reference/Global_Objects/Math/abs
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/abs
---
<div>{{JSRef("Global_Objects", "Math")}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/acos/index.html b/files/ca/web/javascript/reference/global_objects/math/acos/index.html
index fdf781a4e2..0adb3c11e4 100644
--- a/files/ca/web/javascript/reference/global_objects/math/acos/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/acos/index.html
@@ -1,7 +1,8 @@
---
title: Math.acos()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/acos
+slug: Web/JavaScript/Reference/Global_Objects/Math/acos
translation_of: Web/JavaScript/Reference/Global_Objects/Math/acos
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/acos
---
<div>{{JSRef("Global_Objects", "Math")}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/acosh/index.html b/files/ca/web/javascript/reference/global_objects/math/acosh/index.html
index edfe1dd8c0..08561aeed1 100644
--- a/files/ca/web/javascript/reference/global_objects/math/acosh/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/acosh/index.html
@@ -1,7 +1,8 @@
---
title: Math.acosh()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/acosh
+slug: Web/JavaScript/Reference/Global_Objects/Math/acosh
translation_of: Web/JavaScript/Reference/Global_Objects/Math/acosh
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/acosh
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/asin/index.html b/files/ca/web/javascript/reference/global_objects/math/asin/index.html
index 81288af5b6..5174ee4643 100644
--- a/files/ca/web/javascript/reference/global_objects/math/asin/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/asin/index.html
@@ -1,7 +1,8 @@
---
title: Math.asin()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/asin
+slug: Web/JavaScript/Reference/Global_Objects/Math/asin
translation_of: Web/JavaScript/Reference/Global_Objects/Math/asin
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/asin
---
<div>{{JSRef("Global_Objects", "Math")}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/asinh/index.html b/files/ca/web/javascript/reference/global_objects/math/asinh/index.html
index 9a249bb202..52c70da63f 100644
--- a/files/ca/web/javascript/reference/global_objects/math/asinh/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/asinh/index.html
@@ -1,7 +1,8 @@
---
title: Math.asinh()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/asinh
+slug: Web/JavaScript/Reference/Global_Objects/Math/asinh
translation_of: Web/JavaScript/Reference/Global_Objects/Math/asinh
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/asinh
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/atan/index.html b/files/ca/web/javascript/reference/global_objects/math/atan/index.html
index 034578fd54..01832ac269 100644
--- a/files/ca/web/javascript/reference/global_objects/math/atan/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/atan/index.html
@@ -1,7 +1,8 @@
---
title: Math.atan()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/atan
+slug: Web/JavaScript/Reference/Global_Objects/Math/atan
translation_of: Web/JavaScript/Reference/Global_Objects/Math/atan
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/atan
---
<div>{{JSRef("Global_Objects", "Math")}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/atan2/index.html b/files/ca/web/javascript/reference/global_objects/math/atan2/index.html
index 2816bb40b8..6cd84d1004 100644
--- a/files/ca/web/javascript/reference/global_objects/math/atan2/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/atan2/index.html
@@ -1,7 +1,8 @@
---
title: Math.atan2()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/atan2
+slug: Web/JavaScript/Reference/Global_Objects/Math/atan2
translation_of: Web/JavaScript/Reference/Global_Objects/Math/atan2
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/atan2
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/atanh/index.html b/files/ca/web/javascript/reference/global_objects/math/atanh/index.html
index 8a6b7cc2c8..2b492dbdcc 100644
--- a/files/ca/web/javascript/reference/global_objects/math/atanh/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/atanh/index.html
@@ -1,7 +1,8 @@
---
title: Math.atanh()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/atanh
+slug: Web/JavaScript/Reference/Global_Objects/Math/atanh
translation_of: Web/JavaScript/Reference/Global_Objects/Math/atanh
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/atanh
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/cbrt/index.html b/files/ca/web/javascript/reference/global_objects/math/cbrt/index.html
index 70d6767183..a973b5e724 100644
--- a/files/ca/web/javascript/reference/global_objects/math/cbrt/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/cbrt/index.html
@@ -1,7 +1,8 @@
---
title: Math.cbrt()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/cbrt
+slug: Web/JavaScript/Reference/Global_Objects/Math/cbrt
translation_of: Web/JavaScript/Reference/Global_Objects/Math/cbrt
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/cbrt
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/ceil/index.html b/files/ca/web/javascript/reference/global_objects/math/ceil/index.html
index a96880eecd..5495818286 100644
--- a/files/ca/web/javascript/reference/global_objects/math/ceil/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/ceil/index.html
@@ -1,7 +1,8 @@
---
title: Math.ceil()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/ceil
+slug: Web/JavaScript/Reference/Global_Objects/Math/ceil
translation_of: Web/JavaScript/Reference/Global_Objects/Math/ceil
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/ceil
---
<div>{{JSRef("Global_Objects", "Math")}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/clz32/index.html b/files/ca/web/javascript/reference/global_objects/math/clz32/index.html
index 5cde08c7a8..74c1cecef7 100644
--- a/files/ca/web/javascript/reference/global_objects/math/clz32/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/clz32/index.html
@@ -1,7 +1,8 @@
---
title: Math.clz32()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/clz32
+slug: Web/JavaScript/Reference/Global_Objects/Math/clz32
translation_of: Web/JavaScript/Reference/Global_Objects/Math/clz32
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/clz32
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/cos/index.html b/files/ca/web/javascript/reference/global_objects/math/cos/index.html
index 0236b38c9c..00d090ed20 100644
--- a/files/ca/web/javascript/reference/global_objects/math/cos/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/cos/index.html
@@ -1,7 +1,8 @@
---
title: Math.cos()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/cos
+slug: Web/JavaScript/Reference/Global_Objects/Math/cos
translation_of: Web/JavaScript/Reference/Global_Objects/Math/cos
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/cos
---
<div>{{JSRef("Global_Objects", "Math")}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/cosh/index.html b/files/ca/web/javascript/reference/global_objects/math/cosh/index.html
index 00ebc259b9..f3d4dffb1b 100644
--- a/files/ca/web/javascript/reference/global_objects/math/cosh/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/cosh/index.html
@@ -1,7 +1,8 @@
---
title: Math.cosh()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/cosh
+slug: Web/JavaScript/Reference/Global_Objects/Math/cosh
translation_of: Web/JavaScript/Reference/Global_Objects/Math/cosh
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/cosh
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/e/index.html b/files/ca/web/javascript/reference/global_objects/math/e/index.html
index efe7476396..90dba24a0d 100644
--- a/files/ca/web/javascript/reference/global_objects/math/e/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/e/index.html
@@ -1,7 +1,8 @@
---
title: Math.E
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/E
+slug: Web/JavaScript/Reference/Global_Objects/Math/E
translation_of: Web/JavaScript/Reference/Global_Objects/Math/E
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/E
---
<div>{{JSRef("Global_Objects", "Math")}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/exp/index.html b/files/ca/web/javascript/reference/global_objects/math/exp/index.html
index c6d6c6c098..2b1b92004f 100644
--- a/files/ca/web/javascript/reference/global_objects/math/exp/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/exp/index.html
@@ -1,7 +1,8 @@
---
title: Math.exp()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/exp
+slug: Web/JavaScript/Reference/Global_Objects/Math/exp
translation_of: Web/JavaScript/Reference/Global_Objects/Math/exp
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/exp
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/expm1/index.html b/files/ca/web/javascript/reference/global_objects/math/expm1/index.html
index b8055fba45..017cdc895a 100644
--- a/files/ca/web/javascript/reference/global_objects/math/expm1/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/expm1/index.html
@@ -1,7 +1,8 @@
---
title: Math.expm1()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/expm1
+slug: Web/JavaScript/Reference/Global_Objects/Math/expm1
translation_of: Web/JavaScript/Reference/Global_Objects/Math/expm1
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/expm1
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/floor/index.html b/files/ca/web/javascript/reference/global_objects/math/floor/index.html
index 4a83b8d0e8..f86e9d6ed8 100644
--- a/files/ca/web/javascript/reference/global_objects/math/floor/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/floor/index.html
@@ -1,7 +1,8 @@
---
title: Math.floor()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/floor
+slug: Web/JavaScript/Reference/Global_Objects/Math/floor
translation_of: Web/JavaScript/Reference/Global_Objects/Math/floor
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/floor
---
<div>{{JSRef("Global_Objects", "Math")}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/fround/index.html b/files/ca/web/javascript/reference/global_objects/math/fround/index.html
index 7411993dbc..dd4cd2c762 100644
--- a/files/ca/web/javascript/reference/global_objects/math/fround/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/fround/index.html
@@ -1,7 +1,8 @@
---
title: Math.fround()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/fround
+slug: Web/JavaScript/Reference/Global_Objects/Math/fround
translation_of: Web/JavaScript/Reference/Global_Objects/Math/fround
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/fround
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/hypot/index.html b/files/ca/web/javascript/reference/global_objects/math/hypot/index.html
index e29bb754f1..c7a8994995 100644
--- a/files/ca/web/javascript/reference/global_objects/math/hypot/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/hypot/index.html
@@ -1,7 +1,8 @@
---
title: Math.hypot()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/hypot
+slug: Web/JavaScript/Reference/Global_Objects/Math/hypot
translation_of: Web/JavaScript/Reference/Global_Objects/Math/hypot
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/hypot
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/imul/index.html b/files/ca/web/javascript/reference/global_objects/math/imul/index.html
index 53050a9cd6..a82ab70eb5 100644
--- a/files/ca/web/javascript/reference/global_objects/math/imul/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/imul/index.html
@@ -1,7 +1,8 @@
---
title: Math.imul()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/imul
+slug: Web/JavaScript/Reference/Global_Objects/Math/imul
translation_of: Web/JavaScript/Reference/Global_Objects/Math/imul
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/imul
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/index.html b/files/ca/web/javascript/reference/global_objects/math/index.html
index d493f51b40..aaaf1f008c 100644
--- a/files/ca/web/javascript/reference/global_objects/math/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/index.html
@@ -1,7 +1,8 @@
---
title: Math
-slug: Web/JavaScript/Referencia/Objectes_globals/Math
+slug: Web/JavaScript/Reference/Global_Objects/Math
translation_of: Web/JavaScript/Reference/Global_Objects/Math
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math
---
<div>{{JSRef("Global_Objects", "Math")}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/ln10/index.html b/files/ca/web/javascript/reference/global_objects/math/ln10/index.html
index 42107c85f5..49c3f52a1a 100644
--- a/files/ca/web/javascript/reference/global_objects/math/ln10/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/ln10/index.html
@@ -1,7 +1,8 @@
---
title: Math.LN10
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/LN10
+slug: Web/JavaScript/Reference/Global_Objects/Math/LN10
translation_of: Web/JavaScript/Reference/Global_Objects/Math/LN10
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/LN10
---
<div>{{JSRef("Global_Objects", "Math")}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/ln2/index.html b/files/ca/web/javascript/reference/global_objects/math/ln2/index.html
index 92cf2693f2..1bd054bec6 100644
--- a/files/ca/web/javascript/reference/global_objects/math/ln2/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/ln2/index.html
@@ -1,7 +1,8 @@
---
title: Math.LN2
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/LN2
+slug: Web/JavaScript/Reference/Global_Objects/Math/LN2
translation_of: Web/JavaScript/Reference/Global_Objects/Math/LN2
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/LN2
---
<div>{{JSRef("Global_Objects", "Math")}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/log/index.html b/files/ca/web/javascript/reference/global_objects/math/log/index.html
index a3d8467ae5..e92c8c05d2 100644
--- a/files/ca/web/javascript/reference/global_objects/math/log/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/log/index.html
@@ -1,7 +1,8 @@
---
title: Math.log()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/log
+slug: Web/JavaScript/Reference/Global_Objects/Math/log
translation_of: Web/JavaScript/Reference/Global_Objects/Math/log
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/log
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/log10/index.html b/files/ca/web/javascript/reference/global_objects/math/log10/index.html
index 1a82f34848..b752401732 100644
--- a/files/ca/web/javascript/reference/global_objects/math/log10/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/log10/index.html
@@ -1,7 +1,8 @@
---
title: Math.log10()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/log10
+slug: Web/JavaScript/Reference/Global_Objects/Math/log10
translation_of: Web/JavaScript/Reference/Global_Objects/Math/log10
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/log10
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/log10e/index.html b/files/ca/web/javascript/reference/global_objects/math/log10e/index.html
index 299c8d12ed..865c5d2748 100644
--- a/files/ca/web/javascript/reference/global_objects/math/log10e/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/log10e/index.html
@@ -1,7 +1,8 @@
---
title: Math.LOG10E
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/LOG10E
+slug: Web/JavaScript/Reference/Global_Objects/Math/LOG10E
translation_of: Web/JavaScript/Reference/Global_Objects/Math/LOG10E
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/LOG10E
---
<div>{{JSRef("Global_Objects", "Math")}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/log1p/index.html b/files/ca/web/javascript/reference/global_objects/math/log1p/index.html
index 1a0eb32cd5..d2d3694a0c 100644
--- a/files/ca/web/javascript/reference/global_objects/math/log1p/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/log1p/index.html
@@ -1,7 +1,8 @@
---
title: Math.log1p()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/log1p
+slug: Web/JavaScript/Reference/Global_Objects/Math/log1p
translation_of: Web/JavaScript/Reference/Global_Objects/Math/log1p
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/log1p
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/log2/index.html b/files/ca/web/javascript/reference/global_objects/math/log2/index.html
index 0806bd75ff..9877f863b8 100644
--- a/files/ca/web/javascript/reference/global_objects/math/log2/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/log2/index.html
@@ -1,7 +1,8 @@
---
title: Math.log2()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/log2
+slug: Web/JavaScript/Reference/Global_Objects/Math/log2
translation_of: Web/JavaScript/Reference/Global_Objects/Math/log2
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/log2
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/log2e/index.html b/files/ca/web/javascript/reference/global_objects/math/log2e/index.html
index 2f37ae44c1..a8483c97e4 100644
--- a/files/ca/web/javascript/reference/global_objects/math/log2e/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/log2e/index.html
@@ -1,7 +1,8 @@
---
title: Math.LOG2E
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/LOG2E
+slug: Web/JavaScript/Reference/Global_Objects/Math/LOG2E
translation_of: Web/JavaScript/Reference/Global_Objects/Math/LOG2E
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/LOG2E
---
<div>{{JSRef("Global_Objects", "Math")}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/max/index.html b/files/ca/web/javascript/reference/global_objects/math/max/index.html
index 791b5dfdfe..1b556be585 100644
--- a/files/ca/web/javascript/reference/global_objects/math/max/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/max/index.html
@@ -1,7 +1,8 @@
---
title: Math.max()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/max
+slug: Web/JavaScript/Reference/Global_Objects/Math/max
translation_of: Web/JavaScript/Reference/Global_Objects/Math/max
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/max
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/min/index.html b/files/ca/web/javascript/reference/global_objects/math/min/index.html
index 909e6ff2ee..68cb1ee2fd 100644
--- a/files/ca/web/javascript/reference/global_objects/math/min/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/min/index.html
@@ -1,7 +1,8 @@
---
title: Math.min()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/min
+slug: Web/JavaScript/Reference/Global_Objects/Math/min
translation_of: Web/JavaScript/Reference/Global_Objects/Math/min
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/min
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/pi/index.html b/files/ca/web/javascript/reference/global_objects/math/pi/index.html
index b867c953df..11a95acb94 100644
--- a/files/ca/web/javascript/reference/global_objects/math/pi/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/pi/index.html
@@ -1,7 +1,8 @@
---
title: Math.PI
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/PI
+slug: Web/JavaScript/Reference/Global_Objects/Math/PI
translation_of: Web/JavaScript/Reference/Global_Objects/Math/PI
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/PI
---
<div>{{JSRef("Global_Objects", "Math")}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/pow/index.html b/files/ca/web/javascript/reference/global_objects/math/pow/index.html
index efe89000e9..9f86311dda 100644
--- a/files/ca/web/javascript/reference/global_objects/math/pow/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/pow/index.html
@@ -1,7 +1,8 @@
---
title: Math.pow()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/pow
+slug: Web/JavaScript/Reference/Global_Objects/Math/pow
translation_of: Web/JavaScript/Reference/Global_Objects/Math/pow
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/pow
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/random/index.html b/files/ca/web/javascript/reference/global_objects/math/random/index.html
index d70169efd4..5018a5c59d 100644
--- a/files/ca/web/javascript/reference/global_objects/math/random/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/random/index.html
@@ -1,7 +1,8 @@
---
title: Math.random()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/random
+slug: Web/JavaScript/Reference/Global_Objects/Math/random
translation_of: Web/JavaScript/Reference/Global_Objects/Math/random
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/random
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/round/index.html b/files/ca/web/javascript/reference/global_objects/math/round/index.html
index 2510799381..fcc2d46bf9 100644
--- a/files/ca/web/javascript/reference/global_objects/math/round/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/round/index.html
@@ -1,7 +1,8 @@
---
title: Math.round()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/round
+slug: Web/JavaScript/Reference/Global_Objects/Math/round
translation_of: Web/JavaScript/Reference/Global_Objects/Math/round
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/round
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/sign/index.html b/files/ca/web/javascript/reference/global_objects/math/sign/index.html
index 520ff27dc4..a3a1df277e 100644
--- a/files/ca/web/javascript/reference/global_objects/math/sign/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/sign/index.html
@@ -1,7 +1,8 @@
---
title: Math.sign()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/sign
+slug: Web/JavaScript/Reference/Global_Objects/Math/sign
translation_of: Web/JavaScript/Reference/Global_Objects/Math/sign
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/sign
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/sin/index.html b/files/ca/web/javascript/reference/global_objects/math/sin/index.html
index 7f1faf9a98..e880f9ac74 100644
--- a/files/ca/web/javascript/reference/global_objects/math/sin/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/sin/index.html
@@ -1,7 +1,8 @@
---
title: Math.sin()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/sin
+slug: Web/JavaScript/Reference/Global_Objects/Math/sin
translation_of: Web/JavaScript/Reference/Global_Objects/Math/sin
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/sin
---
<div>{{JSRef("Global_Objects", "Math")}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/sinh/index.html b/files/ca/web/javascript/reference/global_objects/math/sinh/index.html
index a1cc1f446a..9622b9a00d 100644
--- a/files/ca/web/javascript/reference/global_objects/math/sinh/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/sinh/index.html
@@ -1,7 +1,8 @@
---
title: Math.sinh()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/sinh
+slug: Web/JavaScript/Reference/Global_Objects/Math/sinh
translation_of: Web/JavaScript/Reference/Global_Objects/Math/sinh
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/sinh
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/sqrt/index.html b/files/ca/web/javascript/reference/global_objects/math/sqrt/index.html
index b726db8a31..a9cdc465a3 100644
--- a/files/ca/web/javascript/reference/global_objects/math/sqrt/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/sqrt/index.html
@@ -1,7 +1,8 @@
---
title: Math.sqrt()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/sqrt
+slug: Web/JavaScript/Reference/Global_Objects/Math/sqrt
translation_of: Web/JavaScript/Reference/Global_Objects/Math/sqrt
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/sqrt
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/sqrt1_2/index.html b/files/ca/web/javascript/reference/global_objects/math/sqrt1_2/index.html
index 3d7d3a1370..a837b7515d 100644
--- a/files/ca/web/javascript/reference/global_objects/math/sqrt1_2/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/sqrt1_2/index.html
@@ -1,7 +1,8 @@
---
title: Math.SQRT1_2
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/SQRT1_2
+slug: Web/JavaScript/Reference/Global_Objects/Math/SQRT1_2
translation_of: Web/JavaScript/Reference/Global_Objects/Math/SQRT1_2
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/SQRT1_2
---
<div>{{JSRef("Global_Objects", "Math")}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/sqrt2/index.html b/files/ca/web/javascript/reference/global_objects/math/sqrt2/index.html
index 3d049f228c..fa49b09c47 100644
--- a/files/ca/web/javascript/reference/global_objects/math/sqrt2/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/sqrt2/index.html
@@ -1,7 +1,8 @@
---
title: Math.SQRT2
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/SQRT2
+slug: Web/JavaScript/Reference/Global_Objects/Math/SQRT2
translation_of: Web/JavaScript/Reference/Global_Objects/Math/SQRT2
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/SQRT2
---
<div>{{JSRef("Global_Objects", "Math")}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/tan/index.html b/files/ca/web/javascript/reference/global_objects/math/tan/index.html
index 590e1f5fc8..a48a08a947 100644
--- a/files/ca/web/javascript/reference/global_objects/math/tan/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/tan/index.html
@@ -1,7 +1,8 @@
---
title: Math.tan()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/tan
+slug: Web/JavaScript/Reference/Global_Objects/Math/tan
translation_of: Web/JavaScript/Reference/Global_Objects/Math/tan
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/tan
---
<div>{{JSRef("Global_Objects", "Math")}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/tanh/index.html b/files/ca/web/javascript/reference/global_objects/math/tanh/index.html
index ada19d17e0..63c08ddf1c 100644
--- a/files/ca/web/javascript/reference/global_objects/math/tanh/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/tanh/index.html
@@ -1,7 +1,8 @@
---
title: Math.tanh()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/tanh
+slug: Web/JavaScript/Reference/Global_Objects/Math/tanh
translation_of: Web/JavaScript/Reference/Global_Objects/Math/tanh
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/tanh
---
<div>{{JSRef}}</div>
diff --git a/files/ca/web/javascript/reference/global_objects/math/trunc/index.html b/files/ca/web/javascript/reference/global_objects/math/trunc/index.html
index 4f76502d69..5fb0229700 100644
--- a/files/ca/web/javascript/reference/global_objects/math/trunc/index.html
+++ b/files/ca/web/javascript/reference/global_objects/math/trunc/index.html
@@ -1,7 +1,8 @@
---
title: Math.trunc()
-slug: Web/JavaScript/Referencia/Objectes_globals/Math/trunc
+slug: Web/JavaScript/Reference/Global_Objects/Math/trunc
translation_of: Web/JavaScript/Reference/Global_Objects/Math/trunc
+original_slug: Web/JavaScript/Referencia/Objectes_globals/Math/trunc
---
<div>{{JSRef}}</div>