English     Español
[Main Index] : Programming : Languages : Perl : CPAN Modules : Data Type Utilities : Math
 Math::PariInit CPAN (Perl) Module 

Search

 

Documents

Math::PariInit - load C<Math::Pari> with specified $primelimit and $initmem. (Displayed)

Math::PariInit - load C<Math::Pari> with specified $primelimit and $initmem.


NAME

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


SYNOPSIS

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


DESCRIPTION

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.


AUTHOR

Ilya Zakharevich ilya@math.ohio-state.edu

Information

This site is currently in testing, it is not yet operating using the full database. Until it is officially launched you may wish to visit Help-Site Computer Manuals. After launch, this site (HelpSpy) will replace Help-Site. Information about the spider which is currently trawling the Internet looking for links to add to this directory can be found here.
   

©Copyright Nicholas Reynolds 2004