Skip to content

Do not round Decimal to validate digits

Decimal may raise an InvalidOperation error if the context does not allow the needed precision. But rounding is not necessary for Decimal as we can just test the exponent from the tuple version.

Closes #13138 (closed)

Merge request reports