4 lines
234 B
Text
4 lines
234 B
Text
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.
|