gmpolyConstant {gmpoly} | R Documentation |
Constructs a constant multivariate polynomial.
gmpolyConstant(m, value)
m |
number of variables, a strictly positive integer |
value |
the constant value of the polynomial; the
|
A gmpoly
object.
library(gmpoly)
gmpolyConstant(3, "2/3")