Libraries tagged by bignumber
brick/math
594958631 Downloads
Arbitrary-precision arithmetic library
litipk/php-bignumbers
2198396 Downloads
An opensource library to handle immutable big numbers inside PHP applications
krowinski/bcmath-extended
1227085 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
2738603 Downloads
Big number implementation compatible with bn.js
phpmath/bignumber
95118 Downloads
A PHP library to work with big numbers.
prgtw/big-number-serializer-bundle
251426 Downloads
Bundle for serializing BigNumber classes to/from string representation using JmsSerializer
corytech/php-bignumber
52258 Downloads
BigNumber library
ocubom/base-convert
14152 Downloads
Safe number conversion between arbitrary bases.
cline/math
7668 Downloads
Arbitrary-precision arithmetic library
xp-framework/math
147725 Downloads
Big number handling
mblajek/mbn
9328 Downloads
Library for PHP and JS to do calculations with any precision and correct (half-up) rounding.
gammadia/bcmath-extended-nullable
105566 Downloads
Fork of krowinski/bcmath-extended with added nullable input arguments
tiny-blocks/math
22717 Downloads
Arbitrary-precision numbers for PHP, where arithmetic is exact and rounding is explicit.
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.