gmpolyConstant {gmpoly} | R Documentation |
Constant multivariate polynomial
Description
Constructs a constant multivariate polynomial.
Usage
gmpolyConstant(m, value)
Arguments
m |
number of variables, a strictly positive integer |
value |
the constant value of the polynomial; the
|
Value
A gmpoly
object.
Examples
library(gmpoly)
gmpolyConstant(3, "2/3")
[Package gmpoly version 1.1.0 Index]