Jump to content

User:Thebigh/mysandbox: Difference between revisions

(expand, more to come)
Line 30:
{1/66, 1/22, 1/33, 5/11} NOR gate (needs flag)
 
so much for all the commonly encountered ones, but there's still another teneight to go. Most are obscure and of limited utility.
 
{1/2, 1/3} ZERO gate, returns false regardless of its input
{1/6, 5/2, 1/3} "A and not B", true only if A is true and B is false
</lang>
{5/2, 1/3} A , returns the state of A regardless of B
{1/6, 1/2, 5/3} "B and not A", true only if B is true and A is false
{1/2, 5/3} B , returns the state of B regardless of A
{1/66, 1/33, 5/11} "A or not B" (needs flag)
{1/66, 1/22, 5/11} "B or not A" (needs flag)
{5/66, 5/22, 5/33, 5/11} ONE gate, returns true regardless of its input, needs flag
 
NOT A and NOT B are omitted because the one-input NOT gate is already up there.
</lang>
 
==Sort three variables==
781

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.