We all know about tertium non datur in boolean logic and other tautologies, but if we have a third value in ternary logic (e.g. "indeterminate") do these tautologies still exist?
>>3
“and” and “or” still only apply to “true” and “false” values. You'd need extra connectives to work with “true” and “indeterminate” together, the same for “indeterminate” and “false”.
Name:
Anonymous2011-01-18 1:23
Utrecht, gb2/bed.
Name:
Anonymous2011-01-18 2:43
Here's one:
return(x == true || x == halftrue || x == false);