Libraries tagged by Arbitrary-precision
brick/math
423509674 Downloads
Arbitrary-precision arithmetic library
prestashop/decimal
6423145 Downloads
Object-oriented wrapper/shim for BC Math PHP extension. Allows for arbitrary-precision math operations.
krowinski/bcmath-extended
902999 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
php-decimal/php-decimal
857166 Downloads
Correctly-rounded arbitrary precision decimal floating point
rtlopez/decimal
245752 Downloads
An object oriented immutable arbitrary-precision arithmetic library for PHP
ikr/money-math
13752 Downloads
gmp-based arbitrary precision operations on currency amounts "XXX.YY"; because floats are BAD for representing money
aza/math
20714 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
55441 Downloads
A money and currency library for handling arbitrary-precision arithmetic
ocubom/base-convert
10056 Downloads
Safe number conversion between arbitrary bases.
gammadia/bcmath-extended-nullable
98194 Downloads
Fork of krowinski/bcmath-extended with added nullable input arguments
php-decimal/ext-decimal
14 Downloads
Correctly-rounded, arbitrary precision decimal floating-point arithmetic in PHP
maba/math
63922 Downloads
PHP library for arbitrary precision mathematics
samsara/fermat
3112 Downloads
A library providing math and statistics operations for numbers of arbitrary size.
illegal/fluent-bcmath
330 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
6679 Downloads
A package for working with arbitrary precision numbers in Laravel.