Module: sage.sets.primes
Class: Primes
sage: P = Primes(); P Set of all prime numbers: 2, 3, 5, 7, ... sage: loads(P.dumps()) == P True
self) |
Functions: order
Special Functions: __cmp__,
__contains__,
__iter__,
__repr__
Class: uniq
See About this document... for information on suggesting changes.