Expand description
§Binary univariate Polynomials
This crate provides a simple implementation of binary univariate polynomials and operations on them.
Re-exports§
pub use crate::non_zero_polynomial::NonZeroBinaryPolynomial;
Modules§
- error
- Binary univariate polynomial algebra
- non_
zero_ polynomial - Module for binary polynomial that is guaranteed to be non-zero
Structs§
- Binary
Polynomial - Represents a binary univariate polynomial