diff options
Diffstat (limited to 'math/p5-BigInteger/pkg/DESCR')
-rw-r--r-- | math/p5-BigInteger/pkg/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/p5-BigInteger/pkg/DESCR b/math/p5-BigInteger/pkg/DESCR new file mode 100644 index 00000000000..0999cf0b535 --- /dev/null +++ b/math/p5-BigInteger/pkg/DESCR @@ -0,0 +1,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. |