Math.polynomial: Math Group Methods for Polynomials
Description
Group method for functions in the Math group.
Usage
# S3 method for polynomial
Math(x, …)
Arguments
x
an object of class "polynomial".
…
further arguments to be passed to or from methods, such
as digits.
Value
A polynomial with transformed coefficients.
Details
Most math group functions are disallowed with polynomial arguments.
The only exceptions are ceiling, floor,
round, trunc, and signif
which may be used to transform the coefficients accordingly.