diff options
Diffstat (limited to 'files/zh-tw/glossary/number/index.html')
-rw-r--r-- | files/zh-tw/glossary/number/index.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/files/zh-tw/glossary/number/index.html b/files/zh-tw/glossary/number/index.html new file mode 100644 index 0000000000..39c76cb579 --- /dev/null +++ b/files/zh-tw/glossary/number/index.html @@ -0,0 +1,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> |