Skip to content

Commit

Permalink
don't round NonDecimalIntegerLiteral
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Jun 22, 2021
1 parent dd51763 commit c1dfa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -14248,7 +14248,7 @@ <h1>Static Semantics: NumericValue</h1>
</emu-alg>
<emu-grammar>NumericLiteral :: NonDecimalIntegerLiteral</emu-grammar>
<emu-alg>
1. Return RoundMVResult(MV of |NonDecimalIntegerLiteral|).
1. Return 𝔽(MV of |NonDecimalIntegerLiteral|).
</emu-alg>
<emu-grammar>NumericLiteral :: NonDecimalIntegerLiteral BigIntLiteralSuffix</emu-grammar>
<emu-alg>
Expand Down

0 comments on commit c1dfa98

Please sign in to comment.