https://github.com/pear/math_biginteger
Pure-PHP arbitrary precision integer arithmetic library.
https://github.com/pear/math_biginteger
Last synced: 11 months ago
JSON representation
Pure-PHP arbitrary precision integer arithmetic library.
- Host: GitHub
- URL: https://github.com/pear/math_biginteger
- Owner: pear
- Created: 2012-04-21T06:43:11.000Z (over 14 years ago)
- Default Branch: trunk
- Last Pushed: 2022-12-03T20:48:22.000Z (over 3 years ago)
- Last Synced: 2024-12-07T16:33:42.018Z (over 1 year ago)
- Language: PHP
- Homepage: http://pear.php.net/package/Math_BigInteger
- Size: 97.7 KB
- Stars: 22
- Watchers: 17
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
***************
Math_BigInteger
***************
Pure-PHP arbitrary precision 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.
Installation
============
PEAR
----
::
$ pear install Math_BigInteger
Composer
--------
::
$ composer require pear/math_biginteger
Usage
=====
See the examples in the ``demo/`` directory.
Links
=====
Homepage
http://pear.php.net/package/Math_BigInteger
Bug tracker
http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Math_BigInteger
Source code
https://github.com/pear/Math_BigInteger