Use correct symbol in incomplete addition section

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
ying tong 2021-05-21 17:43:08 +08:00 committed by GitHub
parent 1e0c644a81
commit 0903ae23e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## Incomplete addition
- Inputs: $P = (x_p, y_p), Q = (x_q, y_q)$
- Output: $R = P + Q = (x_r, y_r)$
- Output: $R = P \;⸭\; Q = (x_r, y_r)$
Formulae:
- $\lambda \cdot (x_p - x_q) = y_p - y_q$