[back] [prev] [next] [index] [root]
b := IsPoly(f);
b
f
kash> f := Poly(Zx, [1, 2, 1, 2]); x^3 + 2*x^2 + x + 2 kash> IsPoly(f); true kash> IsPoly(3); > false
<- back[back] [prev] [next] [index] [root]