#7613: twin prime class
-----------------------------+----------------------------------------------
Reporter: kevin.stueve | Owner: was
Type: task | Status: new
Priority: major | Milestone: sage-4.3
Component: number theory | Keywords: twin primes counting, sieving
Work_issues: | Author:
Upstream: N/A | Reviewer: kevin.stueve,was,rohana
Merged: |
-----------------------------+----------------------------------------------
Comment(by was):
You could make some of these functions methods of the Primes() object:
{{{
sage: P = Primes(); P
Set of all prime numbers: 2, 3, 5, 7, ...
}}}
So
{{{
sage: P.twin_prime_pi(1000)
...
sage: P.prime_pi2(1000)
...
}}}
This would help gather these functions together so it is easy to find,
etc.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7613#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.