Libraries tagged by bisnummer
setbased/rijksregisternummer
325905 Downloads
Library for handling identification numbers of the National Register of Belgium (a.k.a. Rijksregisternummer)
brick/math
590332473 Downloads
Arbitrary-precision arithmetic library
litipk/php-bignumbers
2196424 Downloads
An opensource library to handle immutable big numbers inside PHP applications
krowinski/bcmath-extended
1218549 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
94923 Downloads
A PHP library to work with big numbers.
prgtw/big-number-serializer-bundle
245314 Downloads
Bundle for serializing BigNumber classes to/from string representation using JmsSerializer
corytech/php-bignumber
51969 Downloads
BigNumber library
mblajek/mbn
9261 Downloads
Library for PHP and JS to do calculations with any precision and correct (half-up) rounding.
gammadia/bcmath-extended-nullable
105519 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.
marcoconsiglio/bcmath-extended
259 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