-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 #471
Merged
Merged
Bigint #471
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@StefanKarpinski It says this pull request can't be automatically merged. Can you handle the merge? |
StefanKarpinski
pushed a commit
that referenced
this pull request
Feb 8, 2018
KristofferC
added a commit
that referenced
this pull request
Jul 9, 2018
KristofferC
pushed a commit
that referenced
this pull request
Jul 9, 2018
LilithHafner
pushed a commit
to LilithHafner/julia
that referenced
this pull request
Oct 11, 2021
That's type piracy and there's no reason to choose quartiles by default.
cmcaine
added a commit
to cmcaine/julia
that referenced
this pull request
Nov 11, 2022
* Add practice exercise: alphametics * Add extract of Combinatorics.jl Using permutations(0:9, n) will let students get a brute force solution done without too much trouble * Add an example solution * Explain how to include permutations.jl * Explain why I used zip * Simplify to one vector of coefficients * Add permutations.jl to example solution The track-wide runtests.jl isn't compatible with including files in example solutions at the moment. * Add info on permutations.jl to instructions * Rename docs -> .docs Co-authored-by: Colin Caine <cmcaine@gmail.com>
Keno
pushed a commit
that referenced
this pull request
Oct 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initial bigint functionality
Currently uses a small c wrapper to interface to GMP. Which may be removed in the future, but the julia parts will still be useful.
Contains some tests and Makefile changes to include GMP.