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
Copy file name to clipboardexpand all lines: spec.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -44212,15 +44212,15 @@ <h1>
44212
44212
1. If _isLittleEndian_ is *false*, reverse the order of the elements of _rawBytes_.
44213
44213
1. If _type_ is ~float16~, then
44214
44214
1. Let _value_ be the byte elements of _rawBytes_ concatenated and interpreted as a little-endian bit string encoding of an IEEE 754-2019 binary16 value.
44215
-
1. If _value_ is an IEEE 754-2019 binary16 format NaN encoding, return *NaN*.
44215
+
1. If _value_ is a NaN, return *NaN*.
44216
44216
1. Return the Number value that corresponds to _value_.
44217
44217
1. If _type_ is ~float32~, then
44218
44218
1. Let _value_ be the byte elements of _rawBytes_ concatenated and interpreted as a little-endian bit string encoding of an IEEE 754-2019 binary32 value.
44219
-
1. If _value_ is an IEEE 754-2019 binary32 format NaN encoding, return *NaN*.
44219
+
1. If _value_ is a NaN, return *NaN*.
44220
44220
1. Return the Number value that corresponds to _value_.
44221
44221
1. If _type_ is ~float64~, then
44222
44222
1. Let _value_ be the byte elements of _rawBytes_ concatenated and interpreted as a little-endian bit string encoding of an IEEE 754-2019 binary64 value.
44223
-
1. If _value_ is an IEEE 754-2019 binary64 format NaN encoding, return *NaN*.
44223
+
1. If _value_ is a NaN, return *NaN*.
44224
44224
1. Return the Number value that corresponds to _value_.
44225
44225
1. If IsUnsignedElementType(_type_) is *true*, then
44226
44226
1. Let _intValue_ be the byte elements of _rawBytes_ concatenated and interpreted as a bit string encoding of an unsigned little-endian binary number.
0 commit comments