|
|
|
|
|
by cluckindan
353 days ago
|
|
Using the * operator for AND is very non-standard. Unicode provides ¬ for negation, ∧ for conjunction and ∨ for disjunction. These are commonly used in CS literature, along with bar(s) over variables or expressions to denote negation, which are definitely a mixed bag for readability. |
|
Boolean algebra then use product, sum, and complement [2].
Both can express the same thing. In this case `*` is easier to type than `·`.
[1]: https://simple.industries/notes/propositions.html
[2]: https://simple.industries/notes/boolean-algebra.html