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
Math::BigInt::Pari was written by Benjamin Trott, ben@rhumba.pair.com.
Math::Pari was written by Ilya Zakharevich.