Module: sage.sets.primes
The set of prime numbers
Module-level Functions
) |
Return the set of prime numbers.
Class: Primes_class
sage: P = Primes(); P Set of all prime numbers: 2, 3, 5, 7, ... sage: loads(P.dumps()) == P True
self) |
Functions: cardinality
Special Functions: __cmp__,
__contains__,
__init__,
__iter__,
__repr__
See About this document... for information on suggesting changes.