From 325a9a16506132e984a82bbfce18f9220e81fbb0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 22 Jun 2021 07:55:45 -0400 Subject: remove hidden bcd table from 'es' (#1271) --- files/es/web/javascript/reference/global_objects/math/acos/index.html | 2 -- files/es/web/javascript/reference/global_objects/math/acosh/index.html | 2 +- files/es/web/javascript/reference/global_objects/math/asinh/index.html | 2 +- files/es/web/javascript/reference/global_objects/math/atan/index.html | 2 +- files/es/web/javascript/reference/global_objects/math/atanh/index.html | 2 -- files/es/web/javascript/reference/global_objects/math/cbrt/index.html | 2 +- files/es/web/javascript/reference/global_objects/math/cos/index.html | 2 +- files/es/web/javascript/reference/global_objects/math/expm1/index.html | 2 +- files/es/web/javascript/reference/global_objects/math/fround/index.html | 2 -- files/es/web/javascript/reference/global_objects/math/hypot/index.html | 2 -- files/es/web/javascript/reference/global_objects/math/ln10/index.html | 2 -- files/es/web/javascript/reference/global_objects/math/ln2/index.html | 2 -- files/es/web/javascript/reference/global_objects/math/log/index.html | 2 -- files/es/web/javascript/reference/global_objects/math/log2/index.html | 2 -- files/es/web/javascript/reference/global_objects/math/tan/index.html | 2 +- files/es/web/javascript/reference/global_objects/math/tanh/index.html | 2 +- 16 files changed, 8 insertions(+), 24 deletions(-) (limited to 'files/es/web/javascript/reference/global_objects/math') diff --git a/files/es/web/javascript/reference/global_objects/math/acos/index.html b/files/es/web/javascript/reference/global_objects/math/acos/index.html index 8928ec7624..3e5c4e7188 100644 --- a/files/es/web/javascript/reference/global_objects/math/acos/index.html +++ b/files/es/web/javascript/reference/global_objects/math/acos/index.html @@ -84,8 +84,6 @@ Math.acos(2); // NaN

Compatibilidad con navegador

- -

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

Ver también

diff --git a/files/es/web/javascript/reference/global_objects/math/acosh/index.html b/files/es/web/javascript/reference/global_objects/math/acosh/index.html index 52bf9f335c..e1b7fa2fd3 100644 --- a/files/es/web/javascript/reference/global_objects/math/acosh/index.html +++ b/files/es/web/javascript/reference/global_objects/math/acosh/index.html @@ -80,7 +80,7 @@ Math.acosh(2); // 1.3169578969248166

Compatibilidad de navegador

- +

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

diff --git a/files/es/web/javascript/reference/global_objects/math/asinh/index.html b/files/es/web/javascript/reference/global_objects/math/asinh/index.html index 2001ccf984..3b89299f29 100644 --- a/files/es/web/javascript/reference/global_objects/math/asinh/index.html +++ b/files/es/web/javascript/reference/global_objects/math/asinh/index.html @@ -76,7 +76,7 @@ Math.asinh(0); // 0

Compatibilidades de buscadores

- +

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

diff --git a/files/es/web/javascript/reference/global_objects/math/atan/index.html b/files/es/web/javascript/reference/global_objects/math/atan/index.html index bad9ca0f5c..419b650ca3 100644 --- a/files/es/web/javascript/reference/global_objects/math/atan/index.html +++ b/files/es/web/javascript/reference/global_objects/math/atan/index.html @@ -92,7 +92,7 @@ Math.atan(y / x);

Compatibilidad con el navegador

- +

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

diff --git a/files/es/web/javascript/reference/global_objects/math/atanh/index.html b/files/es/web/javascript/reference/global_objects/math/atanh/index.html index 4030d21a25..0a8deb94c4 100644 --- a/files/es/web/javascript/reference/global_objects/math/atanh/index.html +++ b/files/es/web/javascript/reference/global_objects/math/atanh/index.html @@ -73,8 +73,6 @@ Math.atanh(2); // NaN

Compatibilidad entre navegadores

- -

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

Puedes leer

diff --git a/files/es/web/javascript/reference/global_objects/math/cbrt/index.html b/files/es/web/javascript/reference/global_objects/math/cbrt/index.html index 3d4b32a31b..559835669e 100644 --- a/files/es/web/javascript/reference/global_objects/math/cbrt/index.html +++ b/files/es/web/javascript/reference/global_objects/math/cbrt/index.html @@ -79,7 +79,7 @@ Math.cbrt(2); // 1.2599210498948732

Compatibilidad

- +