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

Tels http://bloodgate.com in 2001. The used module Bit::Vector is by Steffen Beyer. Thanx!

SEE ALSO

Math::BigInt, Math::BigInt::Calc, Bit::Vector.