Math::Pari

Math::Pari is a Perl interface to PARI.
Download

Math::Pari Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ilya Zakharevich
  • Publisher web site:
  • http://search.cpan.org/~ni-s/Tk-804.027/pod/pTk.pod

Math::Pari Tags


Math::Pari Description

Math::Pari is a Perl interface to PARI. 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 Related Software