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
next_prime()
Originally reported by @avadov
galois.next_prime(100000034) 100000037 galois.next_prime(100000035) 100000039 galois.next_prime(100000036) 100000039 galois.next_prime(100000037) 100000049
The text was updated successfully, but these errors were encountered:
Add unit test for bug mhostetter#528
fceaada
ae6f858
Add unit test for bug #528
50c394c
468ee01
Released in v0.3.7.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Originally reported by @avadov
The text was updated successfully, but these errors were encountered: