blob: 3714859948a633cfa883fcaff3b88a99fb9b53b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
title: Number
slug: Glossary/Number
tags:
- English tags
- Glossary
- JavaScript
translation_of: Glossary/Number
---
<p>En {{Glossary("JavaScript")}}, Number és un tipus de dada numèrica en el <a href="http://en.wikipedia.org/wiki/Double_precision_floating-point_format">format de coma flotant de 64 bits de doble precisió (IEEE 754)</a>. En altres llenguatges de programació poden existir diferents tipus numèrics, per exemple: enters, flotants, dobles o Bignums.</p>
<h2 id="Aprèn_més">Aprèn més</h2>
<h3 id="Coneixement_general"><span id="result_box" lang="ca"><span>Coneixement general</span></span></h3>
<ul>
<li>
<p><span>{{Interwiki("wikipedia", "Data type#Numeric_types", "Tipus Numèrics")}} en Wikipedia</span></p>
</li>
</ul>
<h3 id="Referència_tècnica"><span id="result_box" lang="ca"><span>Referència</span> <span>tècnica</span></span></h3>
<ul>
<li>Estructura de dades de JavaScript: <a href="/en-US/docs/Web/JavaScript/Data_structures#Number_type">Number</a></li>
<li>L'objecte global JavaScript: {{jsxref("Number")}}</li>
</ul>
|