排他的論理和
二つの命題のどちらか一方が「真」であるときだけ「真」であるとするもの。 エクスクルーシブオア。
コンピュータでこのような演算を行う論理回路においては、電流が流れる場合を「真」、流れない場合を「偽」と対応させ、XOR回路などと呼ぶ。
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/排他的論理和/xor.svg
code:xor.svg
<rect x="5" y="5" width="90" height="90" rx="50" ry="50"
fill="#888" fill-opacity="1" stroke="white" stroke-width="2" />
<text x="27" y="70" font-size="70" stroke-width="0.5" stroke="black" fill="white"
font-weight="700" letter-spacing="5" word-spacing="5" >
⊻
</text>
</svg>