$ 0 0 Why did the designers of Google Sheet choose this operators precedence: -2^2 == (-2)^2 == 4 ?Any reason?I prefer the following precedence: -2^2 == -(2^2) == -4.