Skip to content

Commit

Permalink
fixup! Normative: Add support for cashRounding attribute from CLDR, a…
Browse files Browse the repository at this point in the history
…llowing rounding to smallest cash denominations for CAD, CHF, DKK
  • Loading branch information
ben-allen committed Oct 23, 2023
1 parent 1428546 commit ba8b719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/numberformat.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h1>
1. Let _currency_ be _numberFormat_.[[Currency]].
1. Let _currencyPrecision_ be _numberFormat_.[[CurrencyPrecision]].
1. Let _cDigits_ be CurrencyDigits(_currency_, _currencyPrecision_).
1. Let _defaultRoundingIncrement_ be CurrencyRounding(_currency_, _currencyPrecision_).
1. Let _defaultRoundingIncrement_ be CurrencyRoundingIncrement(_currency_, _currencyPrecision_).
1. Let _mnfdDefault_ be _cDigits_.
1. Let _mxfdDefault_ be _cDigits_.
1. Else,
Expand Down Expand Up @@ -741,7 +741,7 @@ <h1>

<emu-clause id="sec-currencyrounding" type="abstract operation">
<h1>
CurrencyRounding (
CurrencyRoundingIncrement (
_currency_: a String,
_currencyPrecision_: a String,
): a non-negative integer
Expand Down

0 comments on commit ba8b719

Please sign in to comment.