Closed JabobKrauskopf closed 1 month ago
This fixes a bug where operations that change the value of an operand (e.g. .add(...), .subtract(...), .round() etc.) are not applied correctly when the operand is used in a comparison
.add(...)
.subtract(...)
.round()
This fixes a bug where operations that change the value of an operand (e.g.
.add(...)
,.subtract(...)
,.round()
etc.) are not applied correctly when the operand is used in a comparison