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
BigInteger
To multiply BigInteger we currently first need to convert into num_bigint::BigInt and only then perform operations such as multiplication or division.
num_bigint::BigInt
This will simplify some code, e.g. see here
Based on the discussion in this thread.
The text was updated successfully, but these errors were encountered:
mul
No branches or pull requests
To multiply
BigInteger
we currently first need to convert intonum_bigint::BigInt
and only then perform operations such as multiplication or division.This will simplify some code, e.g. see here
Based on the discussion in this thread.
The text was updated successfully, but these errors were encountered: