Calculator: test thoroughly the round() function.
PauloCarvalhoRJ opened this issue · 0 comments
PauloCarvalhoRJ commented
Some unexpected results involving the usage of the round() function in Calculator scripts. Expressions like var := round(var);
sometimes are not working, as if an optimization is ignoring this expression.