<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end> </p><blockquote><p>A <dfn xml:lang="en">number value</dfn> is a <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">member</anchor> of the <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">type</anchor> <code class="JS" xml:lang="en"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Number</anchor></code>
and is a direct representation of a <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">number</anchor>.</p></blockquote><comment-p xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:10:"><cite xmlns="http://www.w3.org/1999/xhtml">ECMAScript Language Specification (HTML version)</cite> (<time xmlns="http://www.w3.org/1999/xhtml">2009-04-03 04:43:48 +09:00</time> 版) <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://bclary.com/2004/11/07/#a-4.3.19">http://bclary.com/2004/11/07/#a-4.3.19</anchor-external></comment-p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="2" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[2]</anchor-end></p><blockquote><p>The <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">type</anchor> <dfn><code class="JS" xml:lang="en"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Number</anchor></code></dfn> is a <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">set</anchor> of <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">values</anchor> representing <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">numbers</anchor>.
In <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">ECMAScript</anchor>, the <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">set</anchor> of <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">values</anchor> represents the <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">double-precision 64-bit format IEEE 754 values</anchor>
including the special “<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Not-a-Number</anchor>” (<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">NaN</anchor>) <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">values</anchor>, <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">positive infinity</anchor>, and <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">negative infinity</anchor>.</p></blockquote><comment-p xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:10:"><cite xmlns="http://www.w3.org/1999/xhtml">ECMAScript Language Specification (HTML version)</cite> (<time xmlns="http://www.w3.org/1999/xhtml">2009-04-03 04:43:48 +09:00</time> 版) <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://bclary.com/2004/11/07/#a-4.3.20">http://bclary.com/2004/11/07/#a-4.3.20</anchor-external></comment-p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="3" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[3]</anchor-end></p><blockquote><p>A <dfn><code class="JS" xml:lang="en">Number</code> object</dfn> is a <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">member</anchor> of the <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">type</anchor> <code class="JS" xml:lang="en"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Object</anchor></code> and is an <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">instance</anchor>
of the <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">built-in</anchor> <code class="JS" xml:lang="en"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Number</anchor></code> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">object</anchor>. That is, a <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:"><code xmlns="http://www.w3.org/1999/xhtml" class="JS" xml:lang="en">Number</code> object</anchor> is created by using
the <code class="JS" xml:lang="en"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Number</anchor></code> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">constructor</anchor> in a <code class="JS" xml:lang="en"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">new</anchor></code> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">expression</anchor>, supplying a <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">number</anchor> as an
<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">argument</anchor>. The resulting <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">object</anchor> has an implicit (unnamed) <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">property</anchor> that is the <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">number</anchor>. 
A <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:"><code xmlns="http://www.w3.org/1999/xhtml" class="JS" xml:lang="en">Number</code> object</anchor> can be coerced to a <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">number</anchor> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">value</anchor> by calling the 
<code class="JS" xml:lang="en"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Number</anchor></code> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">constructor</anchor> as a <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">function</anchor> (15.7.1).</p></blockquote><comment-p xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:10:"><cite xmlns="http://www.w3.org/1999/xhtml">ECMAScript Language Specification (HTML version)</cite> (<time xmlns="http://www.w3.org/1999/xhtml">2009-04-03 04:43:48 +09:00</time> 版) <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://bclary.com/2004/11/07/#a-4.3.21">http://bclary.com/2004/11/07/#a-4.3.21</anchor-external></comment-p><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="5" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[5]</anchor-end> <cite xml:lang="en">Safari 9.0</cite>
(<time>2015-11-04 23:30:59 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://developer.apple.com/library/safari/releasenotes/General/WhatsNewInSafari/Articles/Safari_9.html#//apple_ref/doc/uid/TP40014305-CH9-SW27">https://developer.apple.com/library/safari/releasenotes/General/WhatsNewInSafari/Articles/Safari_9.html#//apple_ref/doc/uid/TP40014305-CH9-SW27</anchor-external></figcaption><blockquote><p>The following ECMAScript 6 content is now supported by Safari:</p><p>Number Object</p></blockquote></figure><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="6" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[6]</anchor-end> <cite xml:lang="en">Write structured clone algorithm in terms of ECMAScript · whatwg/html@bfb960c</cite>
(<time>2016-03-02 16:44:42 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/whatwg/html/commit/bfb960c938580c95e77365e614218b952f96375b">https://github.com/whatwg/html/commit/bfb960c938580c95e77365e614218b952f96375b</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="7" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[7]</anchor-end> <cite xml:lang="en">Breaking: refactor structured clone into serialize/deserialize</cite>
(<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">domenic</anchor>著, <time>2017-03-21 06:09:33 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/whatwg/html/commit/97d644c97335956610a31e8ad98d1a388c063e84">https://github.com/whatwg/html/commit/97d644c97335956610a31e8ad98d1a388c063e84</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="4" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[4]</anchor-end> <cite xml:lang="en">Editorial: improve language used around real numeric values. (#388)</cite>
(<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">tobie</anchor>著, <time>2017-07-29 07:26:33 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/heycam/webidl/commit/79cfa440c3e1e77349640667efdda4feaea637c2">https://github.com/heycam/webidl/commit/79cfa440c3e1e77349640667efdda4feaea637c2</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="8" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[8]</anchor-end> <cite xml:lang="en">22888 – 4.2.{14,15}: &quot;has the same numeric value&quot;</cite>
(<time>2017-07-29 13:30:39 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22888">https://www.w3.org/Bugs/Public/show_bug.cgi?id=22888</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="9" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[9]</anchor-end> <cite xml:lang="en">Editorial: improve language used around real numeric values. by tobie · Pull Request #388 · heycam/webidl</cite>
(<time>2017-07-29 13:30:45 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/heycam/webidl/pull/388">https://github.com/heycam/webidl/pull/388</anchor-external></p></body></html>