diff options
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: +- + +- - +- * +- / +- % +- ^ +- ** |
