Boolean XNOR
- Last Updated: August 10, 2020
- 1 minute read
- Corticon
- Documentation
Also known as “Exclusive NOR”, this construction is shown in the following Rulesheet:
| age >= 45 | smoker | risk rating |
|---|---|---|
true |
true |
high |
true |
false |
low |
false |
true |
low |
false |
false |
high |
![]()