Skip to content

Commit

Permalink
Use proper value (and use as identifer)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessealama committed Oct 8, 2024
1 parent 64f0853 commit 8be5d49
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 @@ -901,7 +901,7 @@ location: https://github.com/tc39/proposal-decimal/
1. If _n_ is *-∞*<sub>𝔽</sub>, then
1. If _d_ > 0, return Decimal128ValueToObject(*+0*<sub>𝔻</sub>).
1. Otherwise, return Decimal128ValueToObject(*−0*<sub>𝔻</sub>).
1. Let _w_ be v × 10<sup>ℝ(_n_)</sup>.
1. Let _w_ be _d_ × 10<sup>ℝ(_n_)</sup>.
1. Return Decimal128ValueToObject(RoundToDecimal128Domain(_w_)).
</emu-alg>
<emu-note>
Expand Down

0 comments on commit 8be5d49

Please sign in to comment.