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
prev_prime()
Newly introduced bug from #527.
In [2]: galois.prev_prime(100000037) Out[2]: 100000007
Should equal 100000037.
The text was updated successfully, but these errors were encountered:
Fixes incorrect values in prev_prime()
852e92f
Fixes #529
4be0b1b
Released in v0.3.7.
Sorry, something went wrong.
No branches or pull requests
Newly introduced bug from #527.
Should equal 100000037.
The text was updated successfully, but these errors were encountered: