Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.
/ Math_BigInteger Public archive

Pure-PHP arbitrary precision integer arithmetic library.

License

Notifications You must be signed in to change notification settings

pear/Math_BigInteger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pure-PHP arbitrary precision integer arithmetic library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 9

Languages