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 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.