The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Math::BigInt::Pari - Use Math::Pari for Math::BigInt routines

SYNOPSIS

    use Math::BigInt lib => 'Pari';

    ## See Math::BigInt docs for usage.

DESCRIPTION

Provides support for big integer in BigInt et al. calculations via means of Math::Pari, an XS layer on top of the very fast PARI library.

LICENSE

This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Original Math::BigInt::Pari written by Benjamin Trott 2001, ben@rhumba.pair.com. Extended and maintained by Tels 2001-2007 http://bloodgate.com

Math::Pari was written by Ilya Zakharevich.

SEE ALSO

Math::BigInt, Math::BigInt::Calc, Math::Pari.