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
Find a way to return new bounds for arrays when they shrink. In division algorithms for example.
The text was updated successfully, but these errors were encountered:
Might not be an issue. If you know there are no trailing zeroes, then C = A / B needs |A| - |B| <= C <= |A| - |B| + 1 limbs.
C = A / B
|A| - |B| <= C <= |A| - |B| + 1
Sorry, something went wrong.
make-github-pseudonymous-again
No branches or pull requests
Find a way to return new bounds for arrays when they shrink. In division algorithms for example.
The text was updated successfully, but these errors were encountered: