Crate polynomint[][src]

Modules

add
index
iter
math
mul
rem
sub

Macros

poly

A convenience macro for writing polynomials; essentially a wrapper around vec![...].

Structs

Polynomial

A wrapper struct around a Vec<isize> which treats the entries of the Vec as the coefficients of a polynomial.