Math::BigInt::Pari - Use Math::Pari for Math::BigInt routines |
Math::BigInt::Pari - Use Math::Pari for Math::BigInt routines
use Math::BigInt lib => 'Pari';
## See Math::BigInt docs for usage.
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.
Please report any bugs or feature requests to
bug-math-bigint-pari at rt.cpan.org
, or through the web interface at
https://rt.cpan.org/Ticket/Create.html?Queue=Math-BigInt-Pari
(requires login).
We will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Math::BigInt::Pari
You can also look for information at:
bignum at lists.scsys.co.uk
This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.
Original Math::BigInt::Pari written by Benjamin Trott 2001, ben@rhumba.pair.com. Extended and maintained by Tels 2001-2007 http://bloodgate.com
the Math::Pari manpage was written by Ilya Zakharevich.
the Math::BigInt manpage, the Math::BigFloat manpage, the Math::Pari manpage, and the other backends the Math::BigInt::Calc manpage, the Math::BigInt::GMP manpage, and the Math::BigInt::Pari manpage.
Math::BigInt::Pari - Use Math::Pari for Math::BigInt routines |