07-11-2017, 02:41 PM
(This post was last modified: 07-11-2017, 02:45 PM by Splavacado100.)
(07-09-2017, 10:02 AM)Matthew Wrote:(07-08-2017, 07:18 PM)ph1234k Wrote: Remember these functions are already equivalent to the boolean functions, there is simply more states.
Boolean (bit-wise) - 8 AND 1 = 0
Fuzzy (16 state) - 8 AND 1 = 8
suuuurrrreeee...... "equivalent"
its only equivalent when you limit the fuzzy logic to 2 states lol
By the way, hexnary and of (8,1) is 1, not 8. Get your facts straight before you argue.
Also ph1234k, matthew was talking about the different answers you get with bitwise binary and 1 digit hexnary, ie:
Bitwise:
8 AND 1 = 1000 AND 0001 = 0000 = 0
Hexnary:
8 AND 1 = min(8, 1) = 1
tldr: 4 bits of bitwise binary are not 1 digit of hexnary.