Skip to content
New issue

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

fix: poly_lagrange_to_monomial #462

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

kevaundray
Copy link
Contributor

This function had the parameters in the wrong order. It did not break because it was internally computing the monomial form but naming it the lagrange form. I've also modified the description, the previous wording made it seem like you needed to do bit reversal to convert a polynomial from lagrange to monomial form.

Copy link
Contributor

@asn-d6 asn-d6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks!

(Pushed a small commit as well)

Copy link
Member

@jtraglia jtraglia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops! Looks great. Thanks for fixing this.

@jtraglia jtraglia merged commit e152919 into ethereum:main Jul 19, 2024
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants