-
-
14 Jul 2021 16:33:46 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (129 / 0 / 0)
- Kwalitee
Bus factor: 1- 80.25% Coverage
- License: perl_5
- Perl: v5.6.2
- Activity
24 month- Tools
- Download (28.92KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Carp
- Math::BigInt
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 1.15 - 2021-07-13
- This release does not add any new functionality. It is just to try to keep the distribution up to date with the Perl environment.
- Make to_base() a front-end to Math::BigInt->to_base().
- Add to_base() to the list of exported functions.
- Make fibonacci() a front-end to Math::BigInt->bfac().
- Reorganize existing test files, and add more test files.
- Better Makefile.PL.
- The tests now require Test::More version 0.88 or newer.
- New MANIFEST.SKIP file based on the template in the ExtUtils-Manifest distribution.
- Format CHANGES according to CPAN::Changes::Spec.
Modules
routines (cos,sin,primes,hailstone,euler,fibbonaci etc) with big numbersfactor big numbers into prime factors using different algorithmnsExamples
Module Install Instructions
To install Math::Big, copy and paste the appropriate command in to your terminal.
cpanm Math::Big
perl -MCPAN -e shell install Math::Big
For more information on module installation, please visit the detailed CPAN module installation guide.