From c497627df95ad3e1c602b84fee01f653aeb9ac20 Mon Sep 17 00:00:00 2001 From: Lafrite Date: Sat, 7 Mar 2015 06:26:22 +0100 Subject: [PATCH] Add bugs and todos --- TODO | 3 +++ bugs | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/TODO b/TODO index 7b2f402..2f6262a 100644 --- a/TODO +++ b/TODO @@ -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 + + diff --git a/bugs b/bugs index 31ee7b4..b7d7e9e 100644 --- a/bugs +++ b/bugs @@ -1,3 +1,7 @@ +* Soustraction de PolynĂ´mes!!!! + + + * Expression importe mal 4x^2 In [9]: e = Expression("3x + 4x^2 - 1")