From 9ff2ef45293bd6461cd0fb2a3f0668f234222fad Mon Sep 17 00:00:00 2001 From: Kevin Gibbons Date: Sat, 10 Jul 2021 14:00:35 -0700 Subject: [PATCH] Editorial: restore exponent in NumericValue (#2450) --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index e21db3bb36..298964b4cd 100644 --- a/spec.html +++ b/spec.html @@ -14223,7 +14223,7 @@

Static Semantics: NumericValue

1. Let _n_ be the number of code points in |DecimalDigits|, excluding all occurrences of |NumericLiteralSeparator|. - 1. Let _mv_ be (the MV of |NonZeroDigit| × 10) plus the MV of |DecimalDigits|. + 1. Let _mv_ be (the MV of |NonZeroDigit| × 10_n_) plus the MV of |DecimalDigits|. 1. Return ℤ(_mv_).