powered by
Convert a polynomial to monic form by dividing by the leading coefficient.
monic(p)
A polynomial. A warning is issued if the polynomial is identically zero.
A polynomial proportional to p with leading coefficient 1.
p
Similar in effect to p/as.numeric(p[length(p)]) but with some safeguards against leading zero coefficients.
p/as.numeric(p[length(p)])
change.origin