solve bug with not necessary 0 in poly add
This commit is contained in:
parent
2abee1095a
commit
e0a160076c
@ -417,8 +417,7 @@ class AbstractPolynom(Explicable):
|
|||||||
smpl_elem.append(smpl_c)
|
smpl_elem.append(smpl_c)
|
||||||
|
|
||||||
pstfx_add = postfix_op(
|
pstfx_add = postfix_op(
|
||||||
smpl_elem,
|
[i for i in smpl_elem if i != 0],
|
||||||
#[i for i in smpl_elem if i != 0],
|
|
||||||
op.add
|
op.add
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user