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-parts at rt.cpan.org
, or through the web interface at
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Math-BigInt-BitVect>
I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Math::BigInt::BitVect
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/Public/Dist/Display.html?Name=Math-BigInt-BitVect
CPAN Ratings
Search CPAN
CPAN Testers PASS Matrix
http://pass.cpantesters.org/distro/M/Math-BigInt-BitVect.html
CPAN Testers Reports
http://www.cpantesters.org/distro/M/Math-BigInt-BitVect.html
CPAN Testers Matrix
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.
AUTHOR
(c) 2001, 2002, 2003, 2004 by Tels http://bloodgate.com
Peter John Acklam <pjacklam@gmail.com>, 2016
The module Bit::Vector is (c) by Steffen Beyer. Thanx!
LICENSE
This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.