From f5ddd91d290a0c508e04cce2cb19c4c8bae32835 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 5 Jun 2020 14:48:14 +0200 Subject: Removed Imaginary type, Added variable name check (/= i), Added Matrix check if rectangular --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit