https://bugs.documentfoundation.org/show_bug.cgi?id=150855
m.a.riosv <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |NOTABUG CC| |[email protected] | |rg --- Comment #2 from m.a.riosv <[email protected]> --- Sorry, but it is not the same, the brackets give precedence to the calculations in them. =10000-2500+2500 = 10000 =10000-(2500+2500) = 10000 - 5000 = 5000 So in both cases the result it's correct. -- You are receiving this mail because: You are the assignee for the bug.
