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
Order of operations
-
PeterH
- Posts: 2827
- Joined: 21 Nov 2005 20:39
- Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%
-
admin
- Site Admin
- Posts: 66259
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Order of operations
Thanks, I agree 100%.PeterH wrote:!a !b !c = (!a) (!b) (!c)
XYplorer Beta Club