The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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:

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.