pkgsrc-wip/pear-Math_BigInteger/DESCR
Wen Heping 3938589381 Import php5-pear-Math_BigInteger-1.0.0 as wip/pear-Math_BigInteger.
Math_BigInteger is a pure-PHP arbitrary precission integer arithmetic
library. Supports base-2, base-10, base-16, and base-256 numbers. Uses
the GMP or BCMath extensions, if available, and an internal implementation,
otherwise.
2010-05-27 13:08:50 +00:00

4 lines
228 B
Text

Math_BigInteger is a pure-PHP arbitrary precission integer arithmetic
library. Supports base-2, base-10, base-16, and base-256 numbers. Uses
the GMP or BCMath extensions, if available, and an internal implementation,
otherwise.