-
Notifications
You must be signed in to change notification settings - Fork 203
deprecate mp_prime_is_divisible and ltm_prime_tab #288
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
Conversation
minad
commented
May 22, 2019
- it is an implementation detail used for prime testing
- there is upcoming work by @czurnieden regarding a generalised prime sieve
- furthermore remove jacobi test (replaced by kronecker)
@czurnieden I know you argued before that we will probably keep this function just as a quick early test. But I think it makes sense to make it internal and provide something better in the public API. |
6b5c4ab
to
deea98b
Compare
Still lingering in limbo.
No problem. |
Sure that's ok and there is no hurry. I just want to take a tiny step towards it and I am ticking of some things in #243. |
deea98b
to
5a9e225
Compare
5a9e225
to
aca949f
Compare
rebased |
can you please fix the conflicts |
aca949f
to
88e8821
Compare
done |
* it is an implementation detail used for prime testing * there is upcoming work by @czurnieden regarding a generalised prime sieve * furthermore remove jacobi test (replaced by kronecker)
88e8821
to
bcec605
Compare