-
-
17 May 2022 14:26:18 UTC
- Distribution: Math-BigInt-Pari
- Module version: 1.3009
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (187 / 0 / 0)
- Kwalitee
Bus factor: 1- 95.17% Coverage
- License: perl_5
- Perl: v5.6.2
- Activity
24 month- Tools
- Download (2.72MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Math::BigInt
- Math::Pari
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Math::BigInt::Pari - a math backend library based on Math::Pari
SYNOPSIS
# 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';
DESCRIPTION
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.
BUGS
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.SUPPORT
After installing, you can find documentation for this module with the perldoc command.
perldoc Math::BigInt::Pari
You can also look for information at:
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
Maintained by Peter John Acklam <pjacklam@gmail.com> 2010-2021.
Math::Pari was written by Ilya Zakharevich.
SEE ALSO
Math::BigInt, Math::BigFloat, Math::Pari, and the other backends Math::BigInt::Calc, Math::BigInt::GMP, and Math::BigInt::Pari.
Module Install Instructions
To install Math::BigInt::Pari, copy and paste the appropriate command in to your terminal.
cpanm Math::BigInt::Pari
perl -MCPAN -e shell install Math::BigInt::Pari
For more information on module installation, please visit the detailed CPAN module installation guide.