Libraries tagged by bignumber
brick/math
400052551 Downloads
Arbitrary-precision arithmetic library
litipk/php-bignumbers
2011085 Downloads
An opensource library to handle immutable big numbers inside PHP applications
krowinski/bcmath-extended
870668 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
1772425 Downloads
Big number implementation compatible with bn.js
phpmath/bignumber
72726 Downloads
A PHP library to work with big numbers.
prgtw/big-number-serializer-bundle
121170 Downloads
Bundle for serializing BigNumber classes to/from string representation using JmsSerializer
xp-framework/math
129561 Downloads
Big number handling
corytech/php-bignumber
27274 Downloads
BigNumber library
gammadia/bcmath-extended-nullable
97396 Downloads
Fork of krowinski/bcmath-extended with added nullable input arguments
ocubom/base-convert
8982 Downloads
Safe number conversion between arbitrary bases.
mblajek/mbn
6413 Downloads
Library for PHP and JS to do calculations with any precision and correct (half-up) rounding.
chawuciren/bignumber
177 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
237 Downloads
An arbitrary-precision Decimal class type for PHP.
blockchainethdev/bn-php
558 Downloads
Big number implementation compatible with bn.js
kabbouchi/bignumber
8 Downloads
A PHP package for arbitrary-precision decimal and non-decimal arithmetic inspired by bignumber.js