Libraries tagged by bignum
brick/math
436323249 Downloads
Arbitrary-precision arithmetic library
litipk/php-bignumbers
2054186 Downloads
An opensource library to handle immutable big numbers inside PHP applications
krowinski/bcmath-extended
923879 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
248263 Downloads
An object oriented immutable arbitrary-precision arithmetic library for PHP
phpmath/bignumber
80529 Downloads
A PHP library to work with big numbers.
ikr/money-math
13966 Downloads
gmp-based arbitrary precision operations on currency amounts "XXX.YY"; because floats are BAD for representing money
aza/math
20930 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).
prgtw/big-number-serializer-bundle
132531 Downloads
Bundle for serializing BigNumber classes to/from string representation using JmsSerializer
corytech/php-bignumber
33352 Downloads
BigNumber library
gammadia/bcmath-extended-nullable
98719 Downloads
Fork of krowinski/bcmath-extended with added nullable input arguments
chawuciren/bignumber
179 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
mblajek/mbn
6817 Downloads
Library for PHP and JS to do calculations with any precision and correct (half-up) rounding.
xethron/bignum
94 Downloads
hpez/php-bignum
22 Downloads
A bignum library for PHP 7.2
piggly/php-decimal
239 Downloads
An arbitrary-precision Decimal class type for PHP.