Skip to content

Commit e1b96c3

Browse files
remove qualifier
1 parent 0c29509 commit e1b96c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -44212,15 +44212,15 @@ <h1>
4421244212
1. If _isLittleEndian_ is *false*, reverse the order of the elements of _rawBytes_.
4421344213
1. If _type_ is ~float16~, then
4421444214
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*.
4421644216
1. Return the Number value that corresponds to _value_.
4421744217
1. If _type_ is ~float32~, then
4421844218
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*.
4422044220
1. Return the Number value that corresponds to _value_.
4422144221
1. If _type_ is ~float64~, then
4422244222
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*.
4422444224
1. Return the Number value that corresponds to _value_.
4422544225
1. If IsUnsignedElementType(_type_) is *true*, then
4422644226
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

Comments
 (0)