gmpolyConstant | 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.