Math::GMP#
Math::GMP — High-speed arbitrary precision integers
This is the Perl-facing frontend for Peta::FFI::GMP. It:
Triggers
Peta::FFI::GMP::register()to load libgmp and wire up all opsRegisters the overloaded operators for the Math::GMP class
Implements
Math::GMP::new()with its argument parsing logicRegisters aliases: gcd → bgcd, lcm → blcm, DESTROY → destroy
All arithmetic, comparison, and utility functions are already registered under Math::GMP::* by Peta::FFI::GMP::register(), so we only add the Perl-level glue here.