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