aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/glossary/number/index.html
blob: 39c76cb5790f9a5366244f264ad4b5c2b7a42303 (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:
  - JavaScript
  - Number
  - 術語表
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位浮點格式(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>