aboutsummaryrefslogtreecommitdiff
path: root/manifest
diff options
context:
space:
mode:
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:
+- +
+- -
+- *
+- /
+- %
+- ^
+- **