Skip to main content

Module poly

Module poly 

Source
Expand description

A multivariable polynomial ring with integer coefficients.

Re-exports§

pub use mono::Mono;
pub use mono::Pow;
pub use mono::Var;

Modules§

coef
Coefficient, the constant part of a Poly term.
mono
Monomial without coefficient, the variable part of a Poly term.

Macros§

poly
Create a Poly. Accepts 1-character ASCII variable names; poly!(2*x*y^5 + 8*z).

Structs§

Poly
A multivariable polynomial with integer coefficients in canonical form, $\mathbb{Z}[x_1,x_2 \dots x_i]$.

Functions§

monomial_div
Exact monomial division with coefficients.