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
The new() function for the planner panics if the length is not a power of two:
PhastFT/src/planner.rs
Line 38 in 01aed51
But this is not mentioned in the docstring:
Line 36 in 01aed51
The text was updated successfully, but these errors were encountered:
The same problem is in the fft() method here:
PhastFT/src/lib.rs
Line 29 in 01aed51
Sorry, something went wrong.
smu160
Successfully merging a pull request may close this issue.
The new() function for the planner panics if the length is not a power of two:
PhastFT/src/planner.rs
Line 38 in 01aed51
But this is not mentioned in the docstring:
PhastFT/src/planner.rs
Line 36 in 01aed51
The text was updated successfully, but these errors were encountered: