Page 1 of 1

Order of operations

Posted: 06 Jan 2007 12:57
by PeterH
Hi Don,

you asked for best order of operations in loose Boolean match.
I think if !a !b !c = !(a !b !c), it should also be
= !(a !(b !c)) ?? But noone would understand this...
So I would suggest to say
!a !b !c = (!a) (!b) (!c)
Another reason: between the operands you imply "&", so & is the operation between the operands, while ! is like an operand-prefix, isn't it?

Peter

Re: Order of operations

Posted: 06 Jan 2007 12:59
by admin
PeterH wrote:!a !b !c = (!a) (!b) (!c)
Thanks, I agree 100%.