diff options
Diffstat (limited to 'files/es/glossary/bigint/index.html')
| -rw-r--r-- | files/es/glossary/bigint/index.html | 23 |
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> |
