aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/number/index.html
blob: f09af089d207291cbcccb96231a31d7b1287c95b (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
---
title: Number
slug: Glossary/Number
tags:
  - JavaScript
translation_of: Glossary/Number
---
<p>{{Glossary("JavaScript")}} 中, <strong>Number</strong> 是一种 定义为 <a class="external external-icon" href="http://en.wikipedia.org/wiki/Double_precision_floating-point_format">64位双精度浮点型(double-precision 64-bit floating point format) (IEEE 754)</a>的数字数据类型。在其他编程语言中,有不同的数字类型存在,比如:整型(Integers),单精度浮点型(Floats),双精度浮点型(Doubles),大数(Bignums)。</p>

<h2 id="了解更多">了解更多</h2>

<h3 id="基础知识">基础知识</h3>

<ul>
 <li>
  <p><span>维基百科上的{{Interwiki("wikipedia", "Data type#Numeric_types", "数字类型")}} </span></p>
 </li>
</ul>

<h3 id="技术参考">技术参考</h3>

<ul>
 <li>JavaScript 数据结构: <a href="/en-US/docs/Web/JavaScript/Data_structures#Number_type">Number</a></li>
 <li>JavaScript 全局对象 {{jsxref("Number")}}</li>
</ul>