Skip to content

Feature Request - add NOR operator #7

Description

@idrisr

First of, thanks for the great package!

For the sake of completeness, it would be useful to have the NOR (negated disjunction) operator. This is often use along with NAND to show that either is sufficient for expressing AND, NOT, and OR.

The truth table for nor is

| P | Q | P NOR Q |
|---|---|---------|
| T | T | F       |
| T | F | F       |
| F | T | F       |
| F | F | T       |

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions