twenty_first::math

Module polynomial

Source

Structs§

Functions§

  • Use the barycentric Lagrange evaluation formula to evaluate a polynomial in “value form”, also known as a codeword. This is generally more efficient than first interpolating, then evaluating.