1PariInit(3) User Contributed Perl Documentation PariInit(3)
2
3
4
6 Math::PariInit - load "Math::Pari" with specified $primelimit and
7 $initmem.
8
10 use Math::PariInit qw(:DEFAULT :int primes=1.2e7 stack=1e7 prime)
11 $bigprime = prime(500000);
12
14 "use Math::PariInit" takes the same arguments as "use Math::Pari" with
15 the addition of ":primes=limit" and ":stack=bytes" which specify up to
16 which number the initial list of primes should be precalculated, and
17 how large should be the arena for PARI calculations.
18
19 The arguments "primes" and "stack" cannot be specified if Math::Pari is
20 already loaded. Use setprimelimit() and allocatemem() instead.
21
23 Ilya Zakharevich ilyaz@cpan.org
24
25
26
27perl v5.32.1 2021-01-27 PariInit(3)