lastbug with facto?

This commit is contained in:
Lafrite 2015-04-07 08:55:05 +02:00
parent fc23a95401
commit 7f79e23cd3

View File

@ -65,6 +65,9 @@ class AbstractPolynom(Explicable):
except IndexError:
pass
if coefs == []:
coefs = [0]
self.feed_coef(coefs)
self._letter = letter
self.name = name