-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
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
impl Not for BigUint #184
Comments
Conceptually, With |
In theory one could define the MSB to be implicitly extended towards infinity (like sign extension). But that probably breaks a lot of the other assumptions and operations. |
Do you have a use for |
https://docs.rs/num-bigint/0.3.1/num_bigint/struct.BigInt.html?search=not
Seems like there is only an implementation of
not
forBigInt
.The text was updated successfully, but these errors were encountered: