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
nextprime
julia> nextprime(Int256(2)^186) ERROR: InexactError: trunc(Int256, 776096500322445173294029667436835618525483108491085984157372499045210168189608446442688888866620606620268602202040084040440848044843)
We're special casing Int128 to use the BigInt method. Perhaps we should do that more generally for larger integer types?
Int128
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We're special casing
Int128
to use the BigInt method. Perhaps we should do that more generally for larger integer types?The text was updated successfully, but these errors were encountered: