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(math): fix IsOne for sparse univariate polynomials #68

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

fakedev9999
Copy link
Contributor

Description

Before this PR, IsOne did not check whether the degree is 0 or not. This PR fixes it.

Before this commit, `IsOne` did not check whether the degree is 0 or not.
This commit fixes it.
Copy link
Contributor

@chokobole chokobole left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@Insun35 Insun35 left a comment

Choose a reason for hiding this comment

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

LGTM

@chokobole chokobole merged commit 7508b02 into main Sep 29, 2023
3 checks passed
@chokobole chokobole deleted the fix/sparse-univariate-polynomial branch September 29, 2023 06:59
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