NAME
Math::BigInt::BitVect - Use Bit::Vector for Math::BigInt routines
SYNOPSIS
Provides support for big integer calculations via means of Bit::Vector, a fast C library by Steffen Beier.
See the section PERFORMANCE in Math::BigInt for when to use this module and when not.
LICENSE
This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
(c) 2001, 2002, 2003, 2004 by Tels http://bloodgate.com The module Bit::Vector is (c) by Steffen Beyer. Thanx!
SEE ALSO
Math::BigInt, Math::BigInt::Calc, Math::BigInt::GMP, Bit::Vector.