Math::BigInt::BitVect - a math backend library based on Bit::Vector
# to use it with Math::BigInt use Math::BigInt lib => 'BitVect'; # to use it with Math::BigFloat use Math::BigFloat lib => 'BitVect'; # to use it with Math::BigRat use Math::BigRat lib => 'BitVect';
Provides support for big integer calculations via Bit::Vector, a fast C library by Steffen Beier.
Please report any bugs or feature requests to bug-math-bigint-bitvect at rt.cpan.org, or through the web interface at https://rt.cpan.org/Ticket/Create.html?Queue=Math-BigInt-BitVect (requires login). We will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
bug-math-bigint-bitvect at rt.cpan.org
After installing, you can find documentation for this module with the perldoc command.
perldoc Math::BigInt::BitVect
You can also look for information at:
https://github.com/pjacklam/p5-Math-BigInt-BitVect
https://rt.cpan.org/Dist/Display.html?Name=Math-BigInt-BitVect
https://metacpan.org/release/Math-BigInt-BitVect
http://matrix.cpantesters.org/?dist=Math-BigInt-BitVect
https://cpanratings.perl.org/dist/Math-BigInt-BitVect
This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.
(c) 2001, 2002, 2003, 2004 by Tels http://bloodgate.com
Maintained by Peter John Acklam <pjacklam@gmail.com>, 2016-2021
The module Bit::Vector is (c) by Steffen Beyer. Thanx!
Math::BigInt::Lib for a description of the API.
Alternative backend libraries Math::BigInt::Calc, Math::BigInt::FastCalc, Math::BigInt::GMP, and Math::BigInt::Pari.
The modules that use these libraries Math::BigInt, Math::BigFloat, and Math::BigRat.
To install Math::BigInt::BitVect, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Math::BigInt::BitVect
CPAN shell
perl -MCPAN -e shell install Math::BigInt::BitVect
For more information on module installation, please visit the detailed CPAN module installation guide.