aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/glossario/número
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
commit68fc8e96a9629e73469ed457abd955e548ec670c (patch)
tree8529ab9fe63d011f23c7f22ab5a4a1c5563fcaa4 /files/pt-br/glossario/número
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.gz
translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.bz2
translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.zip
unslug pt-br: move
Diffstat (limited to 'files/pt-br/glossario/número')
-rw-r--r--files/pt-br/glossario/número/index.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/files/pt-br/glossario/número/index.html b/files/pt-br/glossario/número/index.html
deleted file mode 100644
index 958172fc8c..0000000000
--- a/files/pt-br/glossario/número/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: Number
-slug: Glossario/Número
-translation_of: Glossary/Number
----
-<p>No {{Glossary("JavaScript")}}, <strong>Number</strong> é um tipo de dado numérico no <a class="external external-icon" href="http://en.wikipedia.org/wiki/Double_precision_floating-point_format">double-precision 64-bit floating point format (IEEE 754)</a>. Em outras linguagens de programação diferentes tipos numéricos podem existir, por exemplo: Integers (Inteiros), Floats (Pontos Flutuantes), Doubles (Dobros), ou Bignums.</p>
-
-<h2 id="Leia_mais">Leia mais</h2>
-
-<h3 id="Conhecimento_Geral">Conhecimento Geral</h3>
-
-<ul>
- <li>
- <p><span>{{Interwiki("wikipedia", "</span>Inteiro_(ciência_da_computação)<span>")}} no Wikipédia</span></p>
- </li>
- <li>
- <p><span>{{Interwiki("wikipedia", "</span>Bignum<span>")}}  no Wikipédia</span></p>
- </li>
- <li>
- <p><span>{{Interwiki("wikipedia", "</span>Ponto_flutuante<span>")}} no Wikipédia</span></p>
- </li>
-</ul>
-
-<h3 id="Technical_reference">Technical reference</h3>
-
-<ul>
- <li>The JavaScript data structure: <a href="/en-US/docs/Web/JavaScript/Data_structures#Number_type">Number</a></li>
- <li>The JavaScript global object {{jsxref("Number")}}</li>
-</ul>