Math::Pari 2.010706 review

Download
by rbytes.net on

Math::Pari is a Perl interface to PARI. SYNOPSIS use Math::Pari; $a = PARI 2; print $a**10000; or use Math::Pari qw

License: Perl Artistic License
File size: 109K
Developer: Ilya Zakharevich
0 stars award from rbytes.net

Math::Pari is a Perl interface to PARI.

SYNOPSIS

use Math::Pari;
$a = PARI 2;
print $a**10000;
or
use Math::Pari qw(Mod);
$a = Mod(3,5);
print $a**10000;

This package is a Perl interface to famous library PARI for numerical/scientific/number-theoretic calculations. It allows use of most PARI functions as Perl functions, and (almost) seamless merging of PARI and Perl data. In what follows we suppose prior knowledge of what PARI is (see ftp://megrez.math.u-bordeaux.fr/pub/pari, or Math::libPARI).

Requirements:
Perl

Math::Pari 2.010706 search tags