Libraries tagged by bignumber
brick/math
534719944 Downloads
Arbitrary-precision arithmetic library
litipk/php-bignumbers
2158555 Downloads
An opensource library to handle immutable big numbers inside PHP applications
krowinski/bcmath-extended
1109101 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
simplito/bn-php
2398958 Downloads
Big number implementation compatible with bn.js
phpmath/bignumber
91879 Downloads
A PHP library to work with big numbers.
prgtw/big-number-serializer-bundle
221388 Downloads
Bundle for serializing BigNumber classes to/from string representation using JmsSerializer
corytech/php-bignumber
46677 Downloads
BigNumber library
ocubom/base-convert
12624 Downloads
Safe number conversion between arbitrary bases.
cline/math
2243 Downloads
Arbitrary-precision arithmetic library
xp-framework/math
144782 Downloads
Big number handling
mblajek/mbn
8648 Downloads
Library for PHP and JS to do calculations with any precision and correct (half-up) rounding.
marcoconsiglio/bcmath-extended
222 Downloads
The BCMathExtended library extends the PHP BCMath extension adding more features like abs, min, max, random, factorial, type comparison between integer and decimal or positive and negative, modulo and power modulo with negative modulus (see more on BCMath extendsion http://php.net/manual/en/book.bc.php).
gammadia/bcmath-extended-nullable
104384 Downloads
Fork of krowinski/bcmath-extended with added nullable input arguments
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.