Top
Back: modS
Forward: mprimdec_lib
FastBack: lll_lib
FastForward: mprimdec_lib
Up: modstd_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.4.9.3 primeList

Procedure from library modstd.lib (see modstd_lib).

Usage:
primeList(n);

Return:
the intvec of n greatest primes <= 2134567879

Example:
 
LIB "modstd.lib";
intvec L=primeList(10);
size(L);
==> 10
L[size(L)];
==> 2134567751

Top Back: modS Forward: mprimdec_lib FastBack: lll_lib FastForward: mprimdec_lib Up: modstd_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-0-4, Nov 2007, generated by texi2html.