We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm reading the Halo paper, in Figure 1 of page 17, I think the v9 val should be r(x,y)(xy)^{3N-1}.
v9
r(x,y)(xy)^{3N-1}
The text was updated successfully, but these errors were encountered:
r(X,1) has exponents of X that span from X^{-2N} to X^{N}, why we choose to multiply 3N-1 in the paper? Is it proper to multiply 2N instead?
r(X,1)
X
X^{-2N}
X^{N}
3N-1
2N
Sorry, something went wrong.
No branches or pull requests
I'm reading the Halo paper, in Figure 1 of page 17, I think the
v9
val should ber(x,y)(xy)^{3N-1}
.The text was updated successfully, but these errors were encountered: