Libraries tagged by bisnummer
setbased/rijksregisternummer
292563 Downloads
Library for handling identification numbers of the National Register of Belgium (a.k.a. Rijksregisternummer)
brick/math
550076028 Downloads
Arbitrary-precision arithmetic library
litipk/php-bignumbers
2173026 Downloads
An opensource library to handle immutable big numbers inside PHP applications
krowinski/bcmath-extended
1140763 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
phpmath/bignumber
92750 Downloads
A PHP library to work with big numbers.
prgtw/big-number-serializer-bundle
225975 Downloads
Bundle for serializing BigNumber classes to/from string representation using JmsSerializer
corytech/php-bignumber
48174 Downloads
BigNumber library
gammadia/bcmath-extended-nullable
105244 Downloads
Fork of krowinski/bcmath-extended with added nullable input arguments
mblajek/mbn
8836 Downloads
Library for PHP and JS to do calculations with any precision and correct (half-up) rounding.
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.
marcoconsiglio/bcmath-extended
232 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).
shamil/php-bignumbers
1 Downloads
An opensource library to handle immutable big numbers inside PHP applications
kabbouchi/bignumber
9 Downloads
A PHP package for arbitrary-precision decimal and non-decimal arithmetic inspired by bignumber.js
apapsch/litipk-php-bignumbers-adapter
1487 Downloads
Adapts litipk/php-bignumers to php-decimal.io interface