Module lambdaworks_math::polynomial
source · Modules§
Structs§
- 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§
- Pads polynomial representations with minimum number of zeros to match lengths.