GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Math::BigInt::Pari(3) User Contributed Perl Documentation Math::BigInt::Pari(3)

Math::BigInt::Pari - a math backend library based on Math::Pari

    # to use it with Math::BigInt
    use Math::BigInt lib => 'Pari';

    # to use it with Math::BigFloat
    use Math::BigFloat lib => 'Pari';

    # to use it with Math::BigRat
    use Math::BigRat lib => 'Pari';

Math::BigInt::Pari inherits from Math::BigInt::Lib.

Provides support for big integer in Math::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.

After installing, you can find documentation for this module with the perldoc command.

    perldoc Math::BigInt::Pari

You can also look for information at:

GitHub
<https://github.com/pjacklam/p5-Math-BigInt-Pari>
RT: CPAN's request tracker
<https://rt.cpan.org/Dist/Display.html?Name=Math-BigInt-Pari>
MetaCPAN
<https://metacpan.org/release/Math-BigInt-Pari>
CPAN Testers Matrix
<http://matrix.cpantesters.org/?dist=Math-BigInt-Pari>
CPAN Ratings
<https://cpanratings.perl.org/dist/Math-BigInt-Pari>

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>

Maintained by Peter John Acklam <pjacklam@gmail.com> 2010-2021.

Math::Pari was written by Ilya Zakharevich.

Math::BigInt, Math::BigFloat, Math::Pari, and the other backends Math::BigInt::Calc, Math::BigInt::GMP, and Math::BigInt::Pari.
2021-09-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.