In calc version 4.3.7.2, when I calculate for exemple -3^2 It gives 9 and not -9 ^ don't respect priority Thanks
-3^2 = 9 it's correct.
Bounhoure has right, in maths exponentials have an higher priority, so it should be considered as -(3^2) not as (-3)^2 This link describes the pb: https://en.wikipedia.org/wiki/Order_of_operations#Exceptions So to be sure the result is correct, add some parenthesis because it seems there's no way it can be fixed without breaking any compatibility. See tdf#37271 for details. *** This bug has been marked as a duplicate of bug 37271 ***
(In reply to Julien Nabet from comment #2) > there's no way it can be fixed without breaking any compatibility. > See tdf#37271 for details. > Well, then atleast leave bug 37271 open, as it's a bug. And ppl can search for possible dups.
(In reply to MM from comment #3) > (In reply to Julien Nabet from comment #2) > > there's no way it can be fixed without breaking any compatibility. > > See tdf#37271 for details. > > > > Well, then atleast leave bug 37271 open, as it's a bug. And ppl can search > for possible dups. It's useless that I reopen it since it'll be considered as not a bug (as its status indicates it).