Re: Calculation Feature, Misscalculates...
Thank you for writing!
Honestly speaking I'm bit confused about this issue, and here is why... What you've found make sense indeed, however, the reason why it happens is because we allow spaces in numbers, by initial design we wanted to treat numbers like 28 000 as 28000, cause frequently people like to separate digits to ease reading. While we cannot use dots and commas as thousand separator (for various locales these chars are used to separate decimal number part), so we've allowed spaces.
So what we can do it... We can fix it in the app, but in this case will be no way to keep big numbers readable... At a same time, is it readable to have text line like this - €1090/mt, +220 1090+220=2201310? Wouldn't it be easier to put dot or comma after +220 to separate this number from the equation?