Libraries tagged by bignum
brick/math
573490689 Downloads
Arbitrary-precision arithmetic library
litipk/php-bignumbers
2187893 Downloads
An opensource library to handle immutable big numbers inside PHP applications
krowinski/bcmath-extended
1186535 Downloads
Extends php BCMath lib for missing functions like floor, ceil, round, abs, min, max, rand for big numbers. Also wraps existing BCMath functions. (more http://php.net/manual/en/book.bc.php) Supports scientific notations
rtlopez/decimal
281729 Downloads
An object oriented immutable arbitrary-precision arithmetic library for PHP
ext-bignum
Downloads
phpmath/bignumber
93920 Downloads
A PHP library to work with big numbers.
prgtw/big-number-serializer-bundle
231918 Downloads
Bundle for serializing BigNumber classes to/from string representation using JmsSerializer
corytech/php-bignumber
50329 Downloads
BigNumber library
ikr/money-math
16247 Downloads
gmp-based arbitrary precision operations on currency amounts "XXX.YY"; because floats are BAD for representing money
aza/math
22635 Downloads
AzaMath - Anizoptera CMF mathematic component. Arbitrary precision arithmetic (for huge integers; BCMath wrapper) and universal convertor between positional numeral systems (supported bases from 2 to 62 inclusive, and systems with custom alphabet; pure PHP realisation, can use GMP and core PHP functions for speed optimization).
mblajek/mbn
9063 Downloads
Library for PHP and JS to do calculations with any precision and correct (half-up) rounding.
xethron/bignum
96 Downloads
hpez/php-bignum
22 Downloads
A bignum library for PHP 7.2
chawuciren/bignumber
180 Downloads
Using a more modern and concise, object-oriented approach, it is more convenient and intuitive to solve the super large number and floating point precision problems in PHP
piggly/php-decimal
243 Downloads
An arbitrary-precision Decimal class type for PHP.