add bug about parenthesis

This commit is contained in:
Lafrite 2015-03-08 23:43:46 +01:00
parent 9a7f0da24e
commit 7272c66fb9

8
bugs
View File

@ -65,3 +65,11 @@
TypeError: unsupported operand type(s) for +: 'type' and 'str' TypeError: unsupported operand type(s) for +: 'type' and 'str'
* Parenthèses abhérentes
In [7]: P = Polynom([-6, 12, -20])
In [8]: print(P)
( - 20 x^{ 2 } + 12 x ) - 6