Description: Hello The problem is similar to this old bug report https://bugs.documentfoundation.org/show_bug.cgi?id=114929 I got there just by playing with -3^2. There is an inconsistency in the management of the double sign (operation sign and number sign). = - -1 is interpreted by LibreOffice as = 0 - -1 and the result is correct and is +1. Writing instead = - -1^2 the result is still +1 and is wrong, if instead I write = 0 - -1^2 the answer is correctly -1, It's as if when there is an exponentiation the first sign is completely ignored. It is not a serious problem but certainly an inconsistent behaviour. Bye, Moreno Steps to Reproduce: 1.= - -1 OK 2.= 0 - -1 OK 3.= - -1^2 Wrong 4.= 0 - -1 OK Actual Results: +1 +1 +1 <<< -1 Expected Results: +1 +1 -1 <<< -1 Reproducible: Always User Profile Reset: No Additional Info: --
Sorry, a mistake 4.= 0 - -1^2 OK
*** This bug has been marked as a duplicate of bug 114929 ***