PolynomialRationalRoots(F, UP)ΒΆ
rdeefx.spad line 278 [edit on github]
F: Join(IntegralDomain, LinearlyExplicitOver Integer)
This package finds rational roots of univariate polynomials over rather general integral domains.
- integerBound: UP -> Integer
integerBound(p)
returns a lower bound on the negative integer roots ofp
, and 0 ifp
has no negative integer roots.