Scroll to navigation

Math::BigInt::GMP(3pm) User Contributed Perl Documentation Math::BigInt::GMP(3pm)
 

NAME

Math::BigInt::GMP - Use the GMP library for Math::BigInt routines

SYNOPSIS

Provides support for big integer calculations by means of the GMP c-library.
Math::BigInt::GMP now no longer uses Math::GMP, but provides it's own XS layer to access the GMP c-library. This cut's out another (perl sub routine) layer and also reduces the memory footprint by not loading Math::GMP and Carp at all.

BUGS

Please report any bugs or feature requests to "bug-math-bigint-gmp at rt.cpan.org", or through the web interface at <https://rt.cpan.org/Ticket/Create.html?Queue=Math-BigInt-GMP> (requires login). We 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::GMP
You can also look for information at:
RT: CPAN's request tracker
<https://rt.cpan.org/Public/Dist/Display.html?Name=Math-BigInt-GMP>
AnnoCPAN: Annotated CPAN documentation
<http://annocpan.org/dist/Math-BigInt-GMP>
CPAN Ratings
<http://cpanratings.perl.org/dist/Math-BigInt-GMP>
Search CPAN
<http://search.cpan.org/dist/Math-BigInt-GMP/>
CPAN Testers Matrix
<http://matrix.cpantesters.org/?dist=Math-BigInt-GMP>
The Bignum mailing list
Post to mailing list
"bignum at lists.scsys.co.uk"
View mailing list
<http://lists.scsys.co.uk/pipermail/bignum/>
Subscribe/Unsubscribe
<http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/bignum>

LICENSE

This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Tels <http://bloodgate.com/> in 2001-2007.
Thanx to Chip Turner for providing Math::GMP, which was inspiring my work.

SEE ALSO

Math::BigInt, Math::BigFloat, and the other backends Math::BigInt::Calc, Math::BigInt::GMP, and Math::BigInt::Pari.
The other GMP modules Math::GMP, Math::GMPf, Math::GMPq, Math::GMPz
2014-04-04 perl v5.20.0