You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td rowspan=3>A view on to a [=buffer type=] instance that exposes it as an array of IEEE 754 floating point numbers of the given size in bits; Float16Array corresponds to the ECMAScript proposal [[PROPOSAL-FLOAT16ARRAY]].
@@ -7530,7 +7521,7 @@ In effect, where <var ignore>x</var> is a Number value,
7530
7521
Note: Since there is only a single JavaScript <emu-val>NaN</emu-val> value,
7531
7522
it must be canonicalized to a particular single precision IEEE 754 NaN value. The NaN value
7532
7523
mentioned above is chosen simply because it is the quiet NaN with the lowest
7533
-
value when its bit pattern is interpreted as an unsigned 32-bit integer.
7524
+
value when its bit pattern is interpreted as an [=/32-bit unsigned integer=].
7534
7525
7535
7526
<div id="unrestricted-float-to-js" algorithm="convert an unrestricted float to a JavaScript value">
7536
7527
<span id="unrestricted-float-to-es"></span>
@@ -7590,7 +7581,7 @@ value when its bit pattern is interpreted as an unsigned 32-bit integer.
7590
7581
Note: Since there is only a single JavaScript <emu-val>NaN</emu-val> value,
7591
7582
it must be canonicalized to a particular double precision IEEE 754 NaN value. The NaN value
7592
7583
mentioned above is chosen simply because it is the quiet NaN with the lowest
7593
-
value when its bit pattern is interpreted as an unsigned 64-bit integer.
7584
+
value when its bit pattern is interpreted as an [=/64-bit unsigned integer=].
7594
7585
7595
7586
<div id="unrestricted-double-to-js" algorithm="convert an unrestricted double to a JavaScript value">
0 commit comments