powered by
poly2str(p, svar = "x", smul = "*", d = options("digits")$digits)
x
*
options("digits")
poly2str(c(0)) poly2str(c(1, -1, 1, -1, 1)) poly2str(c(0, 1e-6, 1e6), d = 2)
Run the code above in your browser using DataLab