mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
5 lines
234 B
Plaintext
5 lines
234 B
Plaintext
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.
|