https://bugs.documentfoundation.org/show_bug.cgi?id=154540
Bug ID: 154540
Summary: wrong order of operations
Product: LibreOffice
Version: 7.3.2.2 release
Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Description:
-(A1)^2 yielded (A1)^2 instead of -((A1)^2)
Steps to Reproduce:
1.type a value in A1
2.type somewhere =-(A1)^2
3.
Actual Results:
(A1)^2
Expected Results:
-((A1)^2)
Reproducible: Always
User Profile Reset: No
Additional Info:
caramba
--
You are receiving this mail because:
You are the assignee for the bug.