phpmath / bignumber
A PHP library to work with big numbers.
Installs: 40 023
Dependents: 2
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 3
Open Issues: 0
Requires
- php: >=5.3.3
- ext-bcmath: *
Requires (Dev)
- phpunit/phpunit: ~4.5
This package is not auto-updated.
Last update: 2024-11-09 18:16:55 UTC
README
A PHP library to work with big A PHP library to work with big numbers..
Getting started
It's recommended to install this library via Composer.
{ "require": { "phpmath/bignumber": "^1.0" } }
The current master branch is considered stable. The badges on top of this document should confirm this.