I use it! Actually in my first notebook. Please don't remove.

On Jan 23, 1:43 pm, Robert Miller <rlmills...@gmail.com> wrote:
> Does anyone use this module anymore? It seems, well, a little silly...
>
> sage: P = Primes()
> sage: P
> Set of all prime numbers: 2, 3, 5, 7, ...
> sage: 3 in P
> True
> sage: 4 in P
> False
> sage: P.cardinality()
> +Infinity
> sage: for p in P:
> ....:     print p
> ....:     if p > 20: break
> ....:
> 2
> 3
> 5
> 7
> 11
> 13
> 17
> 19
> 23
> sage: P.list()
> <tee hee>
>
> That's about all it does.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to