blob: 0999cf0b535acc2432dec22e7da8b29c8432c8c8 (
plain)
1
2
3
4
|
The BigInteger extension module gives access to Eric Young's bignum
library. This provides a faster alternative to the Math::BigInt
library. The basic object in this library is a BigInteger. It is used
to hold a single large integer.
|