To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43758
                  Issue #:|43758
                  Summary:|Wrong order in calculating formulas
                Component:|Spreadsheet
                  Version:|OOo 1.1.4
                 Platform:|PC
                      URL:|
               OS/Version:|Windows 2000
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|ui
              Assigned to:|spreadsheet
              Reported by:|takeda64





------- Additional comments from [EMAIL PROTECTED] Mon Feb 28 21:24:58 -0800 
2005 -------
How to repeat:
in field A1 write: "1"
in field B1 write: "=-A1^2+200*A1"

The result is incorrect: "201", the real result should be "199"

It looks like OpenOffice negates the value in A1 before bringing A1 to the 
power 
of 2.

The '-' before first A1 should be treated as '-1*'; actually when B1 is changed 
into "=-1*A1^2+200*A1" OpenOffice performs calculation correctly.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to