We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e66f2 commit 9a5e918Copy full SHA for 9a5e918
secret_sharing/interpolate.py
@@ -8,7 +8,7 @@ def single_term(points, i):
8
This method computes one term of the sum from the proof of Theorem 2.2.
9
In particular, it computes:
10
11
- y_i \product_{j=0}^n (x - x_i) / (x_i - x_j)
+ y_i \\product_{j=0}^n (x - x_i) / (x_i - x_j)
12
13
The encapsulating `interpolate` function sums these terms to construct
14
the final interpolated polynomial.
0 commit comments