From adc0a09596d19490761bdec640f278508b3876d1 Mon Sep 17 00:00:00 2001 From: Jesse Alama Date: Thu, 19 Sep 2024 16:29:18 +0200 Subject: [PATCH] Fix count of kinds of values --- spec.emu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.emu b/spec.emu index 2950fe5..eb5e0ed 100644 --- a/spec.emu +++ b/spec.emu @@ -25,7 +25,7 @@ location: https://github.com/tc39/proposal-decimal/

Introduction

-

Decimal128 values, as specified here, are intended to represent base-10 (decimal) numbers as specified in IEEE 754-2019 Decimal128. Only a subset of the values specified in IEEE 754-2019 Decimal128 are modeled here, namely, the set of *canonicalized* values, which can be intuitively understood as decimal numbers without trailing zeroes. A Decimal128 value, as specified here, is one of the following four kinds of values:

+

Decimal128 values, as specified here, are intended to represent base-10 (decimal) numbers as specified in IEEE 754-2019 Decimal128. Only a subset of the values specified in IEEE 754-2019 Decimal128 are modeled here, namely, the set of *canonicalized* values, which can be intuitively understood as decimal numbers without trailing zeroes. A Decimal128 value, as specified here, is one of the following six kinds of values: