Skip to content

Commit

Permalink
Add reference for rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
jessealama committed May 30, 2024
1 parent 6e62cb1 commit 805e98f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,7 @@ location: https://github.com/tc39/proposal-decimal/
1. Return _N_.
</emu-alg>
<emu-note>
<p>If _mode_ is neither *undefined* nor a String, throw a *TypeError* exception.</p>
<p>If _mode_ is not a <emu-xref href="#dfn-decimal128-rounding-mode">rounding mode</emu-xref>, throw a *RangeError* exception.</p>
<p>This operation follows the specification of the rounding mode attributes discussed in Section 4.3 of <emu-xref href="#sec-bibliography">IEEE 754-2019</emu-xref>.</p>
</emu-note>
</emu-clause>

Expand Down

0 comments on commit 805e98f

Please sign in to comment.