MCPcopy Create free account
hub / github.com/arkworks-rs/poly-commit / evaluate

Method evaluate

poly-commit/src/data_structures.rs:157–159  ·  view source on GitHub ↗

Evaluate the polynomial in `self`.

(&self, point: &P::Point)

Source from the content-addressed store, hash-verified

155
156 /// Evaluate the polynomial in `self`.
157 pub fn evaluate(&self, point: &P::Point) -> F {
158 self.polynomial.evaluate(point)
159 }
160
161 /// Retrieve the degree of the polynomial in `self`.
162 pub fn degree(&self) -> usize {

Callers 4

evaluate_query_setFunction · 0.45
bad_degree_bound_testFunction · 0.45
test_templateFunction · 0.45
equation_test_templateFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_templateFunction · 0.36