-
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
Implement Pow for BigUint and BigInt #29
Comments
Is this necessary given that it is implemented in |
What do you mean? |
|
Let's see if I can do this – I need in anyhow. |
@cuviper I found it: num_traits::pow. This should work for |
Yes, but that only works by-value with a
Modular |
A |
I'm interested in this pow function, will there be a new release of this crate at some point containing pow, or is there work left to do? |
Thanks for the reminder - I've published num-bigint 0.2.1. |
Still not updated in num? I get: |
@peterbraden Somehow you have both new and old, Your output doesn't show which |
I did a cargo update and all worked, not sure how I got into that state, thanks! |
See rust-num/num-traits#38 for details on this trait.
The text was updated successfully, but these errors were encountered: