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

BigInt type for Leema #21

Open
mdg opened this issue Sep 29, 2018 · 1 comment
Open

BigInt type for Leema #21

mdg opened this issue Sep 29, 2018 · 1 comment
Assignees

Comments

@mdg
Copy link
Owner

mdg commented Sep 29, 2018

Leema needs a bigint type for doing fun math stuff with big numbers
Rug seems like the most likely, partly b/c it's build on old gnu stuff. The other alternative might be rust-num/big-in which appears to be entirely in Rust.

@itscomputers
Copy link
Collaborator

@mdg what do you think about this thing i was doing for my rust number theory package? could leema use something like this?
https://github.com/itscomputers/ebe-rust/blob/master/src/types/int.rs
it uses a rust big-int but makes it compatible (arithmetic-wise) with all integer types.
(also keep in mind that i'm a rust newbie, so some of it might be shit lol)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants