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

Simplify error (user error?)

Open jthole opened this issue 1 year ago • 0 comments

When I put an expression on the stack, and execute 'Simplify', I get an out of memory error.

DM42 / v0.5.1

I put 'X + Y + 3 * X' on the stack. X or Y are not stored as variables already.

Then I select the Simplify operation, and I get the following error message: "Simplify error: Out of memory".

Expected result was 'Y + 4 * X'.

jthole avatar Dec 12 '23 22:12 jthole