-
-
17 May 2022 14:27:45 UTC
- Distribution: Math-BigInt-BitVect
- Module version: 1.19
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (225 / 0 / 0)
- Kwalitee
Bus factor: 1- 87.70% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (2.46MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Bit::Vector
- Math::BigInt
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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 https://rt.cpan.org/Ticket/Create.html?Queue=Math-BigInt-BitVect (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
-
https://rt.cpan.org/Dist/Display.html?Name=Math-BigInt-BitVect
- 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
(c) 2001, 2002, 2003, 2004 by Tels http://bloodgate.com
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.
Module Install Instructions
To install Math::BigInt::BitVect, copy and paste the appropriate command in to your terminal.
cpanm Math::BigInt::BitVect
perl -MCPAN -e shell install Math::BigInt::BitVect
For more information on module installation, please visit the detailed CPAN module installation guide.