aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-06-05 14:48:14 +0200
committerCharles <sircharlesaze@gmail.com>2020-06-05 14:48:14 +0200
commitf5ddd91d290a0c508e04cce2cb19c4c8bae32835 (patch)
tree3d3082c3d6fa977b12290f4cd2ed6c7ada4e9606 /README.md
parent45cada8eade7242eb7f29af7b92858e9a1a7f68b (diff)
downloadcomputorv2-f5ddd91d290a0c508e04cce2cb19c4c8bae32835.tar.gz
computorv2-f5ddd91d290a0c508e04cce2cb19c4c8bae32835.tar.bz2
computorv2-f5ddd91d290a0c508e04cce2cb19c4c8bae32835.zip
Removed Imaginary type, Added variable name check (/= i), Added Matrix check if rectangular
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 84ccf7f..823ab76 100644
--- a/README.md
+++ b/README.md
@@ -64,8 +64,8 @@ Uses eager evaluation, variable value is known after assignment, function value
## TODO
- [ ] Reduce functions expression
-- [ ] `i` is not a valid label name
-- [ ] Check if matrix are rectangular
+- [x] `i` is not a valid label name
+- [x] Check if matrix are rectangular
- [ ] Polynomial detection and resolution
- [ ] More operators