Add bugs and todos

This commit is contained in:
Lafrite 2015-03-07 06:26:22 +01:00
parent c1c71a4a6a
commit c497627df9
2 changed files with 7 additions and 0 deletions

3
TODO
View File

@ -5,6 +5,9 @@
* bug: expression can't handle -(-2)
* Overload + - * for expression (DONE ~ no steps yet)
* Expression should be able to simplify expression with ":"
* Add name to polynom
* Expression parents class and his children: Numerical_exp, toGenerate_exp and formal expression
* Create tbl sgn and variation render

4
bugs
View File

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