Math Group Methods for Polynomials
Group method for functions in the Math group.
## S3 method for class 'polynomial' Math(x, ...)
x |
an object of class |
... |
further arguments to be passed to or from methods, such
as |
A polynomial with transformed coefficients.
op <- options(digits=18) p <- poly.from.values(1:4, (2:5)^2) ## 1 + 2.00000000000001*x + x^2 p <- round(p) ## 1 + 2*x + x^2 options(op)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.