Expand description
Copied from starkware-libs/stwo under Apache-2.0 license.
Structs§
- Projective fraction.
Functions§
- Evaluates a polynomial represented by coefficients in a slice at a given point
x
. - Returns
v_0 + alpha * v_1 + ... + alpha^(n-1) * v_{n-1}
.