Math.polynomial            Group method function for math operations
Ops.polynomial             Group method function for arithmetic operators
Summary.polynomial         Group method for summary functions
[.polynomial               Extraction method
[<-.polynomial             Assignment to component method
as.character.polynomial    Coercion method for polynomial to character
as.expression.polynomial   Coercion method for polynomial to expression
as.function.polynomial     Coercion method for polynomial to function
as.polynomial              Coercion function for numeric to polynomial
c.polynomial               Method function for catenation
change.origin              Polynomial relative to a different x-origin
deriv.polynomial           Differentiate a polynomial
integral                   Integral generic
integral.default           Dummy integrate default
integral.polynomial        Integral of polynomial from 0 to x
is.polynomial              Polynomial predicate function
lines.polynomial	   Lines method for polynomial
make.character             Make character generic
make.character.default     Dummy make character default
make.character.polynomial  Make character from polynomial with options
plot.polynomial		   Plot method for polynomials
points.polynomial	   Points method for polynomials
poly.add                   Add polynomials (Used in Ops.polynomial)
poly.divide                Divide polynomials (Used in Ops.polynomial)
poly.from.roots            Construct monic polynomial with given zeros
poly.from.values           Lagrange interpolating polynomial 
poly.from.zeros            Construct monic polynomial with given zeros
poly.multiply              Multiply polynomials (Used in Ops.polynomial)
poly.orth                  Construct orthogonal polynomials
poly.remainder             Remainder of polynomials (Used in Ops.polynomial)
poly.subtract              Subtract polynomials (Used in Ops.polynomial)
poly.value                 Evaluate polynomial at specified x-values
polynomial                 Construct polynomial from coefficient vector
print.polynomial           Print method for polynomial arguments.

