BoundIntegerRoots(F, UP)ΒΆ
oderf.spad line 42 [edit on github]
F: Join(Field, RetractableTo Fraction Integer)
BoundIntegerRoots provides functions to find lower bounds on the integer roots of a polynomial.
- integerBound: UP -> Integer
integerBound(p)
returns a lower bound on the negative integer roots ofp
, and 0 ifp
has no negative integer roots.