Skip to content

Commit

Permalink
Editorial: Update parameter type of GetUnsignedRoundingMode
Browse files Browse the repository at this point in the history
Used to be a Boolean parameter called "isNegative".
  • Loading branch information
ptomato committed Jan 31, 2024
1 parent ee2197e commit 40ca575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/abstractops.html
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ <h1>
</dl>
<emu-alg>
1. Let _quotient_ be _x_ / _increment_.
1. Let _unsignedRoundingMode_ be GetUnsignedRoundingMode(_roundingMode_, *false*).
1. Let _unsignedRoundingMode_ be GetUnsignedRoundingMode(_roundingMode_, ~positive~).
1. Let _r1_ be the largest integer such that _r1_ &leq; _quotient_.
1. Let _r2_ be the smallest integer such that _r2_ &gt; _quotient_.
1. Let _rounded_ be ApplyUnsignedRoundingMode(_quotient_, _r1_, _r2_, _unsignedRoundingMode_).
Expand Down

0 comments on commit 40ca575

Please sign in to comment.