Print method for polynomial objects
Standard method for printing polynomial objects
## S3 method for class 'polynom'
print(x, variable = "x", digits = getOption("digits"), decreasing = FALSE, ...)x |
A polynomial object |
variable |
Character string: what variable name should be given? |
digits |
Integer: how many decimal degits to use? |
decreasing |
Logical: in descending powers, or ascending? |
... |
Additional arguments |
The original object x, invisibly
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.