Skip to content

Commit

Permalink
Merge pull request #1051 from bingcicle/fix-logup-documentation
Browse files Browse the repository at this point in the history
fix(docs): constraint expression multiplies same term twice
  • Loading branch information
bobbinth authored Aug 22, 2023
2 parents f67b722 + e206e44 commit 8bc3de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/design/lookups/logup.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $$
Since constraints must be expressed without division, the actual constraint which is enforced will be the following:

> $$
b' \cdot (\alpha - v) \cdot (\alpha - x) = b \cdot (\alpha - v) \cdot (\alpha - v) + m \cdot (\alpha - x) - (\alpha - v) \text{ | degree} = 3
b' \cdot (\alpha - v) \cdot (\alpha - x) = b \cdot (\alpha - x) \cdot (\alpha - v) + m \cdot (\alpha - x) - (\alpha - v) \text{ | degree} = 3
$$
In general, we will write constraints within these docs using the previous form, since it's clearer and more readable.
Expand Down

0 comments on commit 8bc3de6

Please sign in to comment.