Prints a non-normalized polynomial as a lagpol object, preserving the
original coefficients.
printLagpol(pol, digits = 2, width = getOption("width"))Invisibly returns the input vector.
Numeric vector with the coefficients of a non-normalized polynomial. The first element can be any numeric value, not necessarily 1.
Integer. Number of significant digits to display. Default is 2.
Integer. Maximum number of characters per line. Default is the console width.