DB48X-on-DM42 icon indicating copy to clipboard operation
DB48X-on-DM42 copied to clipboard

Error `Number too big` followed by updated value

Open c3d opened this issue 1 year ago • 0 comments

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.

c3d avatar Aug 07 '24 16:08 c3d