Okay, but this in in a float box and the Math Interpreter works on strings. Doesn’t that mean that you should internally convert the - in -1.23 to ±1.23 instead?
As you mention, if I put “±1.23-1” into a float IOBox it then shows “-2.23”.
Would that be feasible? Otherwise if we have to hunt down the ± symbol, change the - to ± and then add the calculation then its a bit pointless.
Internally you could just check if the number is below 0 and if it is change the first - to ± internally. I mean it’s probably not that simple, but there must be a way to make it work.