User Tools

Site Tools


en:logicaloperators

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:logicaloperators [2016/08/09 11:17]
admin [Logical Operators]
en:logicaloperators [2016/08/17 12:58]
admin [Logical Operators]
Line 30: Line 30:
 Also known as Boolean addition. Also known as Boolean addition.
  
-|false and false|false| +|false or false|false| 
-|false and true|true| +|false or true|true| 
-|true and false|true| +|true or false|true| 
-|true and true|true|+|true or true|true|
  
 == Xor == == Xor ==
Line 39: Line 39:
 The exclusive or.  "You can have you cake XOR you can eat it." The exclusive or.  "You can have you cake XOR you can eat it."
  
-|false and false|false| +|false xor false|false| 
-|false and true|true| +|false xor true|true| 
-|true and false|true| +|true xor false|true| 
-|true and true|false|+|true xor true|false|
en/logicaloperators.txt · Last modified: 2020/02/28 10:46 (external edit)