論理積
論理演算の一。
二つの命題pとqがどちらも「真」(または「1」)であるときだけ「真」(または「1」)になる、「pかつq」という命題、または演算のこと。
AND(アンド)。
コンピューターでこのような演算を行う論理回路においては、電流が流れる場合を「真」、流れない場合を「偽」と対応させ、AND回路などと呼ぶ。
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/論理積/and.svg
code:and.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="2" stroke="black" fill="white"
font-weight="700" letter-spacing="5" word-spacing="5" >
∧
</text>
</svg>