-
Notifications
You must be signed in to change notification settings - Fork 20
setintersection #91
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
base: master
Are you sure you want to change the base?
setintersection #91
Conversation
…ia's invmod for UInt (unconfirmed).
Bump version number and add a "make clean" version
Add missing *(::nf_elem, ::Integer)
Bump antic version and wrap some new functions
|
Thanks, but could you possibly rebase your branch on master and resubmit the pull request. This can be done as follows (it assumes you have it set up to pull from Nemocas/Nemo.jl master, but to push to your own repository): git checkout master The -f will force it to overwrite the old arb_intersection branch in your GitHub repository with the rebased one (and it will force a push of all other branches too - adjust if you don't want this). |
Add setintersection for Nemo.arb.
It just calls arb_intersection from C library.