From e8e86cea2bffe23961f0a1bea8ee770343894858 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 9 Apr 2020 20:09:43 +0200 Subject: builtin cleaning --- manifest | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'manifest') 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: +- + +- - +- * +- / +- % +- ^ +- ** -- cgit