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

Fixed the discrepancy between length and degree #29

Merged
merged 1 commit into from
Oct 16, 2015
Merged

Fixed the discrepancy between length and degree #29

merged 1 commit into from
Oct 16, 2015

Conversation

pwl
Copy link
Collaborator

@pwl pwl commented Oct 12, 2015

More consistent behavior of length (now length == degree+1 always). This may have a negative impact on performance because now the degree is calculated in the constructor, so somebody with performance critical use case should test this PR before merging. I also added degree to the public interface.

Should fix #28.

EDIT: I added a short info on degree in the readme file.

pwl added a commit that referenced this pull request Oct 16, 2015
Fixed the discrepancy between length and degree
@pwl pwl merged commit eef6fac into JuliaMath:master Oct 16, 2015
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.

problem with z^0
1 participant