GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PariInit(3) User Contributed Perl Documentation PariInit(3)

Math::PariInit - load "Math::Pari" with specified $primelimit and $initmem.

  use Math::PariInit qw(:DEFAULT :int primes=1.2e7 stack=1e7 prime)
  $bigprime = prime(500000);

"use Math::PariInit" takes the same arguments as "use Math::Pari" with the addition of ":primes=limit" and ":stack=bytes" which specify up to which number the initial list of primes should be precalculated, and how large should be the arena for PARI calculations.

The arguments "primes" and "stack" cannot be specified if Math::Pari is already loaded.

Ilya Zakharevich ilyaz@cpan.org
2006-08-23 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.