NAME
Math::BigInt::BitVect - a math backend library based on Bit::Vector
SYNOPSIS
# 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';
DESCRIPTION
Provides support for big integer calculations via Bit::Vector, a fast C
library by Steffen Beier.
BUGS
Please report any bugs or feature requests to "bug-math-bigint-bitvect
at rt.cpan.org", or through the web interface at
(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::BitVect
You can also look for information at:
GitHub
RT: CPAN's request tracker
MetaCPAN
CPAN Testers Matrix
CPAN Ratings
LICENSE
This program is free software; you may redistribute it and/or modify it
under the same terms as Perl itself.
AUTHORS
Maintained by Peter John Acklam <pjacklam@gmail.com>, 2016-2021
The module Bit::Vector is (c) by Steffen Beyer. Thanx!
SEE ALSO
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.