summary.polynom {PolynomF} | R Documentation |
Provide a succinct summary of the critical points of a polynomial, or list thereof
## S3 method for class 'polynom' summary(object, ...) ## S3 method for class 'polylist' summary(object, ...) ## S3 method for class 'summary.polynom' print(x, ...)
object, x |
A polynomial or polylist object |
... |
Currently unused |
A list giving the zeros, stationary points and points of inflexion of the polynomial(s)
p <- poly_calc(0:5) summary(p)