From db5789e8c763132e5ee62a0bd1d114bd54262822 Mon Sep 17 00:00:00 2001 From: Jesse Alama Date: Wed, 9 Oct 2024 05:51:36 +0900 Subject: [PATCH] Remove spurious definition --- spec.emu | 1 - 1 file changed, 1 deletion(-) diff --git a/spec.emu b/spec.emu index 810f982..fbd3d38 100644 --- a/spec.emu +++ b/spec.emu @@ -464,7 +464,6 @@ location: https://github.com/tc39/proposal-decimal/ 1. If _d_ is *+∞*𝔻 or *-∞*𝔻, return Decimal128ValueToObject(*+∞*𝔽). 1. If _d_ is *+0*𝔻, return Decimal128ValueToObject(*+0*𝔻). 1. If _d_ is *−0*𝔻, return Decimal128ValueToObject(*-0*𝔻). - 1. Let _e_ be the unique integer for which there exists a mathematical value _s_ such that _d_ = _s_ × 10_e_ and 1 ≤ abs(_s_) < 10. 1. Let _s_ be the unique mathematical value such that _d_ = _s_ × 10_e_ and 1 ≤ abs(_s_) < 10. 1. Return Decimal128ValueToObject(_s_).