p ... or RepeatedNull[p] is a pattern object that represents a sequence of zero or more expressions, each matching p.
Decompose[poly, x] decomposes a polynomial, if possible, into a composition of simpler polynomials.
FactorTermsList[poly] gives a list in which the first element is the overall numerical factor in poly, and the second element is the polynomial with the overall factor ...
RootIntervals[{poly_1, poly_2, ...}] gives a list of isolating intervals for the real roots of any of the poly_i, together with a list of which polynomials actually have each ...
SplineDegree is an option for spline functions and graphics primitives that specifies the degree of polynomial basis to use.
AugmentedSymmetricPolynomial[{r_1, r_2, ...}] represents a formal augmented symmetric polynomial with exponents r_1, r_2, ....AugmentedSymmetricPolynomial[{{r_11, ..., r 1 ...
$MaxRootDegree specifies the maximum degree of polynomial to allow in Root objects.
IrreduciblePolynomialQ[poly] tests whether poly is an irreducible polynomial over the rationals.IrreduciblePolynomialQ[poly, Modulus -> p] tests whether poly is irreducible ...
IncludeConstantBasis is an option for LinearModelFit and other fitting functions that specifies whether a constant term should be included if not explicitly given in the list ...
ContourDetect[image] gives a binary image in which white pixels correspond to the zeros and zero crossings in image.ContourDetect[image, delta] treats values in image that ...