Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 3ade84d19ca89cb9e0b21710b9ca3870 > files > 10

perl-Math-GMP-2.06-7.fc15.i686.rpm

NAME
    Math::GMP - High speed arbitrary size integer math

SYNOPSIS
      use Math::GMP;
      my $n = new Math::GMP 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.