diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-04-09 20:09:43 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-04-09 20:09:43 +0200 |
| commit | e8e86cea2bffe23961f0a1bea8ee770343894858 (patch) | |
| tree | 2223ba98108ea98b86be4ee104a682109c56b74d /manifest | |
| parent | 9a4cf15fc0e724e6bc93c6530b47ca45836da5ba (diff) | |
| download | computorv2-e8e86cea2bffe23961f0a1bea8ee770343894858.tar.gz computorv2-e8e86cea2bffe23961f0a1bea8ee770343894858.tar.bz2 computorv2-e8e86cea2bffe23961f0a1bea8ee770343894858.zip | |
builtin cleaning
Diffstat (limited to 'manifest')
| -rw-r--r-- | manifest | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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: +- + +- - +- * +- / +- % +- ^ +- ** |
