Merge branch 'polynom' into operator

This commit is contained in:
Lafrite 2015-03-08 23:48:34 +01:00
commit a29a24a0a0
1 changed files with 8 additions and 0 deletions

8
bugs
View File

@ -65,3 +65,11 @@
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