Description
Very large integers and high-precision numeric values can be computed in Perl. Developers use Math::BigInt for exact arithmetic, counters, cryptographic support code, and calculations that exceed native number sizes. It is slower than native arithmetic and should be used where precision matters.