Modules§
Structs§
- Polynomial
- Represents the polynomial c_0 + c_1 * X + c_2 * X^2 + … + c_n * X^n
as a vector of coefficients
[c_0, c_1, ... , c_n]
Enums§
Functions§
- compose
- pad_
with_ zero_ coefficients - Pads polynomial representations with minimum number of zeros to match lengths.
- pad_
with_ zero_ coefficients_ to_ length