Skip to content
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

Add multiplication and division methods for BigInteger #645

Open
mmagician opened this issue Apr 25, 2023 · 0 comments
Open

Add multiplication and division methods for BigInteger #645

mmagician opened this issue Apr 25, 2023 · 0 comments
Labels
D-easy Difficulty: easy help wanted Extra attention is needed T-feature Type: new features

Comments

@mmagician
Copy link
Member

mmagician commented Apr 25, 2023

To multiply BigInteger we currently first need to convert into num_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.

@mmagician mmagician added help wanted Extra attention is needed T-feature Type: new features D-easy Difficulty: easy labels Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-easy Difficulty: easy help wanted Extra attention is needed T-feature Type: new features
Projects
None yet
Development

No branches or pull requests

1 participant