Description
Arbitrary-precision integer arithmetic becomes available to Perl programs through GMP mpz bindings. Developers use it for calculations that exceed native integer ranges, including number theory, counters, and exact numeric processing. It installs library code for other Perl software rather than a standalone interface.