DB48X-on-DM42
DB48X-on-DM42 copied to clipboard
Error `Number too big` followed by updated value
In an operation like 53000^400, we first get a Number too big error in the integer computation, followed by a decimal result (in that case roughly 5.13272E1889).
We should either get an error and no stack change, or a rounded numerical result without an error, but not both.