slitely update TODO and bugs

This commit is contained in:
Benjamin Bertrand
2016-03-02 09:17:22 +03:00
parent 7f5b9059b1
commit 0b04f1eb48
2 changed files with 3 additions and 4 deletions

2
bugs
View File

@@ -1,6 +1,6 @@
* Soustraction de Polynômes!!!!
* Expression importe mal 4x^2
* (solved) Expression importe mal 4x^2
In [9]: e = Expression("3x + 4x^2 - 1")
In [10]: print(e)