mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
divisors: add note how to use code for reducing [P] - [Q]
This commit is contained in:
@@ -27,3 +27,8 @@ for i in range(100):
|
||||
assert V[0][x] == Px
|
||||
assert V[0][y] == Py
|
||||
|
||||
# Note: to reduce D = [P] - [Q], just note that
|
||||
# D = [P] - [Q]
|
||||
# = ([P] - [∞]) - ([Q] - [∞])
|
||||
# = div(f) - div(g) = div(f/g)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user