TITLE(monic @@ Monic Polynomials)
USAGE(
monic(p)
)
ARGUMENTS(
ARG(p @@ A polynomial.  A warning is issued if the polynomial is
identically zero.)
)
DESCRIPTION(
Convert a polynomial to monic form by dividing by the leading
coefficient.
PARA
Similar in effect to LANG(p/as.numeric(p[length(p)])) but with some
safeguards against leading zero coefficients.
)
VALUE(
A polynomial proportional to p with leading coefficient 1.
)
SEEALSO(
change.origin
)
