Public bug reported:
Binary package hint: openoffice.org
Spread sheet bug in sequence of mathematical operators. The operators () ^ * /
should be executed before + and -. This is not always the case. Formula:
A1 = 3
B1 = - A1^2 result: 9 !!!WRONG!!!
B1 = -( A1)^2 result: 9 !!!WRONG!!!
To get the correct result one must:
C1= - (A1^2) result: -9 !!! correct !!!
** Affects: openoffice.org (Ubuntu)
Importance: Undecided
Status: New
--
Spread sheet bug in sequence of mathematical operators
https://bugs.launchpad.net/bugs/274796
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs