aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/bigint/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
commit1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch)
tree0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/glossary/bigint/index.html
parent4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff)
downloadtranslated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip
initial commit
Diffstat (limited to 'files/es/glossary/bigint/index.html')
-rw-r--r--files/es/glossary/bigint/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/files/es/glossary/bigint/index.html b/files/es/glossary/bigint/index.html
new file mode 100644
index 0000000000..e09f5d6b62
--- /dev/null
+++ b/files/es/glossary/bigint/index.html
@@ -0,0 +1,23 @@
+---
+title: BigInt
+slug: Glossary/BigInt
+translation_of: Glossary/BigInt
+---
+<p>En {{Glossary("JavaScript")}}, <strong>BigInt </strong>es un tipo de dato numerico que puede representar números enteros en el <a href="https://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic">formato de precision arbitrario</a>. En otros lenguajes de programación pueden existir diferentes tipos numéricos, por ejemplo: enteros, flotantes, dobles o bignums (numeros grandes).</p>
+
+<h2 id="Aprende_más">Aprende más</h2>
+
+<h3 id="Conocimientos_generales">Conocimientos generales</h3>
+
+<ul>
+ <li>
+ <p><span>{{Interwiki("wikipedia", "Data type#Numeric_types", "Tipos numéricos")}} en Wikipedia</span></p>
+ </li>
+</ul>
+
+<h3 id="Referencia_tecnica">Referencia tecnica</h3>
+
+<ul>
+ <li>La estructura de datos JavaScript: <code><a href="/en-US/docs/Web/JavaScript/Data_structures#BigInt_type">BigInt</a></code></li>
+ <li>El objeto global de JavaScript {{jsxref("BigInt")}}</li>
+</ul>