If I tell you that the following
X ⊕ X
represents an xor
operation between 2 arguments X
, How you name this kind of logical/math representations for logic operations ?
The table that recaps the properties for all the common logic operations used in the programming world has a special name ? With property I mean something like X ⊕ X = 0
.