This affects me as well.
Ubuntu 10.10/Evolution 2.30.3.
I have a search folder with 3 conditions and a selector of "if any
conditions are met". None of the conditions are about unread messages.
The three are:-
Recipients contains word
Subject contains word
Message Body contains word
Source is "
Using the exact sequence shown I get the same incorrect result.
Inserting a multiply between the 2 and ( gives the correct result.
** Changed in: gcalctool (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is su
There's nothing in the help that describes this situation but a look at
the equation parser in the source would seem to agree with the behaviour
you have described.
So 48÷2(9+3) is equivalent to 48÷(2x(9+3)) i.e. the precedence of the
multiplication is raised in this situation.
--
You received t
** Changed in: gcalctool (Ubuntu)
Status: Confirmed => New
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gcalctool in Ubuntu.
https://bugs.launchpad.net/bugs/761829
Title:
Problems with order of operations
--
desktop-bugs
Since help currently makes no mention of this, I suggest adding it to
the "Basic Equations" page.
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gcalctool in Ubuntu.
https://bugs.launchpad.net/bugs/761829
Title:
Problems with order
** Also affects: gcalctool
Importance: Undecided
Status: New
** Changed in: gcalctool (Ubuntu)
Status: New => Confirmed
** Changed in: gcalctool
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subsc
There's nothing in the help that describes this situation but a look at
the equation parser in the source would seem to agree with the described
behaviour.
In this case 48÷2(9+3) is equivalent to 48÷(2x(9+3)) i.e. the precedence
of the multiplication is raised in this situation. This is the same a