• yetAnotherUser
    link
    fedilink
    English
    arrow-up
    28
    ·
    3 days ago

    NAND = ¬(A ∧ B) = ¬A ∨ ¬B = Not A or Not B

    NOR = ¬(A ∨ B) = ¬A ∧ ¬B = Not A and Not B