Libraries tagged by Arbitrary-precision
brick/math
406299996 Downloads
Arbitrary-precision arithmetic library
krowinski/bcmath-extended
877302 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
prestashop/decimal
6083842 Downloads
Object-oriented wrapper/shim for BC Math PHP extension. Allows for arbitrary-precision math operations.
php-decimal/php-decimal
825847 Downloads
Correctly-rounded arbitrary precision decimal floating point
rtlopez/decimal
242680 Downloads
An object oriented immutable arbitrary-precision arithmetic library for PHP
aza/math
20371 Downloads
AzaMath - Anizoptera CMF mathematic component. Arbitrary precision arithmetic (for huge integers; BCMath wrapper) and universal convertor between positional numeral systems (supported bases from 2 to 62 inclusive, and systems with custom alphabet; pure PHP realisation, can use GMP and core PHP functions for speed optimization).
superbalist/php-money
54523 Downloads
A money and currency library for handling arbitrary-precision arithmetic
ocubom/base-convert
9487 Downloads
Safe number conversion between arbitrary bases.
gammadia/bcmath-extended-nullable
97545 Downloads
Fork of krowinski/bcmath-extended with added nullable input arguments
php-decimal/ext-decimal
7 Downloads
Correctly-rounded, arbitrary precision decimal floating-point arithmetic in PHP
maba/math
62080 Downloads
PHP library for arbitrary precision mathematics
ikr/money-math
13469 Downloads
gmp-based arbitrary precision operations on currency amounts "XXX.YY"; because floats are BAD for representing money
samsara/fermat
3108 Downloads
A library providing math and statistics operations for numbers of arbitrary size.
illegal/fluent-bcmath
278 Downloads
Fluent BCMath is a PHP package designed to simplify the usage of PHP's bcmath functions in a more fluid and intuitive way. With its expressive syntax and Laravel compatibility, it aims to improve the developer experience while working with arbitrary precision arithmetic operations.
utecca/number
6494 Downloads
A package for working with arbitrary precision numbers in Laravel.