forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
9 lines
432 B
Text
9 lines
432 B
Text
Math::BigInt::GMP - Use the GMP library for Math::BigInt routines.
|
|
|
|
Provides support for big integer calculations via means of the GMP c-library.
|
|
|
|
Math::BigInt::GMP now no longer uses Math::GMP, but provides its own XS layer
|
|
to access the GMP c-library. This cuts out another (perl sub routine) layer and
|
|
also reduces the memory footprint by not loading Math::GMP and Carp at all.
|
|
|
|
WWW: http://search.cpan.org/dist/Math-BigInt-GMP/
|