Skip to content

Math::GMP Perl module for high speed arbitrary size integer math

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING.LIB
Notifications You must be signed in to change notification settings

turnstep/Math-GMP

Repository files navigation

NAME

Math::GMP - High speed arbitrary size integer math

SYNOPSIS

use Math::GMP;
my $n = Math::GMP->new('2');

$n = $n ** (256*1024);
$n = $n - 1;
print "n is now $n\n";

DESCRIPTION

Math::GMP gives you access to the fast GMP library for fast big integer math.

AUTHOR

Chip Turner chip@redhat.com, based on Math::BigInt by Mark Biggar and Ilya Zakharevich. Further extensive work provided by Tels tels@bloodgate.com. Later non-extensive work by Greg Sabino Mullane. Later work by Shlomi Fish while putting his changes under CC0.

DEVELOPMENT

See dzil / Dist-Zilla (also https://metacpan.org/pod/Dist::Zilla ) for how to build from the dist.ini-based repository sources.

About

Math::GMP Perl module for high speed arbitrary size integer math

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING.LIB

Stars

Watchers

Forks

Packages

No packages published