diff options
author | julieng <julien.gattelier@gmail.com> | 2021-11-15 21:40:53 +0100 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 21:55:31 +0100 |
commit | 7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e (patch) | |
tree | 1e5d89ff08a80c6a5311b703cd11c2e91b342622 /files/fr/glossary/bigint/index.html | |
parent | 6f6e297fbfa7867b1f42c4245df20f4282b3b083 (diff) | |
download | translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.gz translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.bz2 translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.zip |
move *.html to *.md
Diffstat (limited to 'files/fr/glossary/bigint/index.html')
-rw-r--r-- | files/fr/glossary/bigint/index.html | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/files/fr/glossary/bigint/index.html b/files/fr/glossary/bigint/index.html deleted file mode 100644 index b88c0b2eef..0000000000 --- a/files/fr/glossary/bigint/index.html +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: BigInt -slug: Glossary/BigInt -tags: - - BigInt - - Glossaire - - JavaScript - - Reference - - format de précision arbitraire -translation_of: Glossary/BigInt -original_slug: Glossaire/BigInt ---- -<p>Dans {{Glossary("JavaScript")}}, <strong>BigInt </strong>est un type de données numériques qui peut représenter des entiers au <a href="https://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic">format de précision arbitraire</a>. Dans d'autres langages de programmation, différents types numériques peuvent exister, par exemple : Entiers, Flottants, Doubles, ou Bignums.</p> - -<h2 id="Apprendre_plus">Apprendre plus</h2> - -<h3 id="Culture_générale">Culture générale</h3> - -<ul> - <li> - <p>{{Interwiki("wikipedia", "Data type#Numeric_types", "Numeric types")}} sur Wikipedia</p> - </li> -</ul> - -<h3 id="Référence_technique">Référence technique</h3> - -<ul> - <li>La structure de données JavaScript : <code><a href="/fr/docs/Web/JavaScript/Data_structures#BigInt_type">BigInt</a></code></li> - <li>L'objet global JavaScript {{jsxref("BigInt")}}</li> -</ul> |