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 as.bigq function is applied to this argument, so it can be e.g. an integer or a character string such as "2/3" (avoid decimal numbers)

Value

A gmpoly object.

Examples

library(gmpoly)
gmpolyConstant(3, "2/3")

[Package gmpoly version 1.1.0 Index]