Skip to content

Commit

Permalink
Fix count of kinds of values
Browse files Browse the repository at this point in the history
  • Loading branch information
jessealama committed Sep 19, 2024
1 parent 8125950 commit adc0a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ location: https://github.com/tc39/proposal-decimal/

<emu-intro id="sec-decimal-intro">
<h1>Introduction</h1>
<p>Decimal128 values, as specified here, are intended to represent base-10 (decimal) numbers as specified in <emu-xref href="#sec-bibliography">IEEE 754-2019 Decimal128</emu-xref>. Only a subset of the values specified in IEEE 754-2019 Decimal128 are modeled here, namely, the set of *canonicalized* values, which can be intuitively understood as decimal numbers without trailing zeroes. A Decimal128 value, as specified here, is one of the following four kinds of values:</p>
<p>Decimal128 values, as specified here, are intended to represent base-10 (decimal) numbers as specified in <emu-xref href="#sec-bibliography">IEEE 754-2019 Decimal128</emu-xref>. Only a subset of the values specified in IEEE 754-2019 Decimal128 are modeled here, namely, the set of *canonicalized* values, which can be intuitively understood as decimal numbers without trailing zeroes. A Decimal128 value, as specified here, is one of the following six kinds of values:</p>

<ul>
<li>*NaN*<sub>𝔻</sub>, represending a decimal not-a-number</li>
Expand Down

0 comments on commit adc0a09

Please sign in to comment.