Namespace JXG.Math.Poly
↳ JXG.Math.Poly
Defined in: poly.js.
Constructor Attributes | Constructor Name and Description |
---|---|
The JXG.Math.Poly namespace holds algorithms to create and manipulate polynomials.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
JXG.Math.Poly.coefficient
The monomial's coefficient
|
<static> |
JXG.Math.Poly.exponents
Exponent vector, the order depends on the order of the variables
in the ring definition.
|
<static> |
JXG.Math.Poly.monomials
List of monomials.
|
<static> |
JXG.Math.Poly.ring
A polynomial ring.
|
<static> |
JXG.Math.Poly.vars
A list of variables in this polynomial ring.
|
Namespace Detail
JXG.Math.Poly
The JXG.Math.Poly namespace holds algorithms to create and manipulate polynomials.
Field Detail
<static>
{Number}
JXG.Math.Poly.coefficient
The monomial's coefficient
<static>
{Array}
JXG.Math.Poly.exponents
Exponent vector, the order depends on the order of the variables
in the ring definition.
<static>
{Array}
JXG.Math.Poly.monomials
List of monomials.
<static>
{JXG.Math.Poly.Ring}
JXG.Math.Poly.ring
A polynomial ring.
<static>
{Array}
JXG.Math.Poly.vars
A list of variables in this polynomial ring.