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

use IntegerMathUtils #105

Merged
merged 4 commits into from
Jan 14, 2022
Merged

Conversation

oscardssmith
Copy link
Member

This PR adds a dependency on https://github.com/JuliaMath/IntegerMathUtils.jl which is a better place to put various integer functions (especially simple ones that wrap GMP). This PR as is doesn't make a ton of sense by itself, but it provides a good foundation for #104 and #102 which will want integer nth roots and Integer power checks (checking if x=a^b for a, b integers).

@oscardssmith
Copy link
Member Author

This should pass CI once #106 is merged

@oscardssmith oscardssmith reopened this Jan 13, 2022
@oscardssmith oscardssmith merged commit d789490 into master Jan 14, 2022
@oscardssmith oscardssmith deleted the oscardssmith-use-IntegerMathUtils branch January 14, 2022 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant