Standard method for printing polynomial objects
# S3 method for polynom
print(x, variable = "x", digits = getOption("digits"), decreasing = FALSE, ...)
The original object x
, invisibly
A polynomial object
Character string: what variable name should be given?
Integer: how many decimal degits to use?
Logical: in descending powers, or ascending?
Additional arguments