Skip to content

Commit

Permalink
Remove spurious definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jessealama committed Oct 8, 2024
1 parent be77111 commit db5789e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ location: https://github.com/tc39/proposal-decimal/
1. If _d_ is *+∞*<sub>𝔻</sub> or *-∞*<sub>𝔻</sub>, return Decimal128ValueToObject(*+∞*<sub>𝔽</sub>).
1. If _d_ is *+0*<sub>𝔻</sub>, return Decimal128ValueToObject(*+0*<sub>𝔻</sub>).
1. If _d_ is *−0*<sub>𝔻</sub>, return Decimal128ValueToObject(*-0*<sub>𝔻</sub>).
1. Let _e_ be the unique integer for which there exists a mathematical value _s_ such that _d_ = _s_ × 10<sup>_e_</sup> and 1 ≤ abs(_s_) < 10.
1. Let _s_ be the unique mathematical value such that _d_ = _s_ × 10<sup>_e_</sup> and 1 ≤ abs(_s_) < 10.
1. Return Decimal128ValueToObject(_s_).
</emu-alg>
Expand Down

0 comments on commit db5789e

Please sign in to comment.