Ticket #3549 (new enhancement)
Add an interface to PARI's addprimes()
| Reported by: | was | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-5.10 |
| Component: | interfaces | Keywords: | |
| Cc: | jdemeyer | Work issues: | |
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description (last modified by jdemeyer) (diff)
PARI has a function "addprimes" which can be used to add to the list of precomputed primes that are used for trial division. We need to add an interface so Sage can use that function.
Change History
comment:2 Changed 3 years ago by jdemeyer
- Description modified (diff)
- Cc jdemeyer added
- Milestone changed from sage-4.5.2 to sage-4.6
- Component changed from number theory to interfaces
- Summary changed from change pari (and sage) so that one can add to the list of precomputed primes that are used for trial division to Add an interface to PARI's addprimes()
- Report Upstream set to N/A
Note: See
TracTickets for help on using
tickets.

Pari can already do this; it's the "addprimes" function.