aboutsummaryrefslogtreecommitdiff
path: root/manifest
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-04-09 20:09:43 +0200
committerCharles <sircharlesaze@gmail.com>2020-04-09 20:09:43 +0200
commite8e86cea2bffe23961f0a1bea8ee770343894858 (patch)
tree2223ba98108ea98b86be4ee104a682109c56b74d /manifest
parent9a4cf15fc0e724e6bc93c6530b47ca45836da5ba (diff)
downloadcomputorv2-e8e86cea2bffe23961f0a1bea8ee770343894858.tar.gz
computorv2-e8e86cea2bffe23961f0a1bea8ee770343894858.tar.bz2
computorv2-e8e86cea2bffe23961f0a1bea8ee770343894858.zip
builtin cleaning
Diffstat (limited to 'manifest')
-rw-r--r--manifest23
1 files changed, 23 insertions, 0 deletions
diff --git a/manifest b/manifest
index 7216fa7..8bb90e4 100644
--- a/manifest
+++ b/manifest
@@ -94,3 +94,26 @@ i^1 = sqrt(-1) = i
i^2 = -1
i^3 = -sqrt(-1) = -i
i^4 = 1
+
+
+
+
+
+atoms: evaluate to itself
+- rational
+- imaginary
+- complex
+
+containers: evaluate contained
+- matrix
+- variable?
+- f() ?
+
+operations:
+- +
+- -
+- *
+- /
+- %
+- ^
+- **