diff options
Diffstat (limited to 'math/pear-Math_BigInteger/pkg-descr')
-rw-r--r-- | math/pear-Math_BigInteger/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/math/pear-Math_BigInteger/pkg-descr b/math/pear-Math_BigInteger/pkg-descr new file mode 100644 index 000000000000..10ac39dc5ac9 --- /dev/null +++ b/math/pear-Math_BigInteger/pkg-descr @@ -0,0 +1,5 @@ +Supports base-2, base-10, base-16, and base-256 numbers. +Uses the GMP or BCMath extensions, if available, +and an internal implementation, otherwise. + +WWW: http://pear.php.net/package/Math_BigInteger/ |