summaryrefslogtreecommitdiffstats
path: root/content/zettel/4e2a1.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/4e2a1.md')
-rw-r--r--content/zettel/4e2a1.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/content/zettel/4e2a1.md b/content/zettel/4e2a1.md
new file mode 100644
index 0000000..b352a5c
--- /dev/null
+++ b/content/zettel/4e2a1.md
@@ -0,0 +1,14 @@
++++
+title = "Defining in terms of Min/Max"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["4e2a"]
+forwardlinks = []
+zettelid = "4e2a1"
++++
+
+`T` and `F` can be expressed in terms of 1 and -1 respectively, which
+means that AND and OR can be represented by MIN and MAX respectively,
+which also works when `U` is 0. This makes it quite easy to generalise
+the logic to infinite values.