Libraries tagged by Arbitrary-precision
brick/math
319804148 Downloads
Arbitrary-precision arithmetic library
krowinski/bcmath-extended
766070 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
4764299 Downloads
Object-oriented wrapper/shim for BC Math PHP extension. Allows for arbitrary-precision math operations.
php-decimal/php-decimal
688067 Downloads
Correctly-rounded arbitrary precision decimal floating point
rtlopez/decimal
229023 Downloads
An object oriented immutable arbitrary-precision arithmetic library for PHP
tiny-blocks/math
18766 Downloads
Value Objects for handling arbitrary precision numbers.
ikr/money-math
12152 Downloads
gmp-based arbitrary precision operations on currency amounts "XXX.YY"; because floats are BAD for representing money
superbalist/php-money
50539 Downloads
A money and currency library for handling arbitrary-precision arithmetic
ocubom/base-convert
7014 Downloads
Safe number conversion between arbitrary bases.
gammadia/bcmath-extended-nullable
88791 Downloads
Fork of krowinski/bcmath-extended with added nullable input arguments
utecca/number
4288 Downloads
A package for working with arbitrary precision numbers in Laravel.
maba/math
53524 Downloads
PHP library for arbitrary precision mathematics
aza/math
19019 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).
samsara/fermat
3102 Downloads
A library providing math and statistics operations for numbers of arbitrary size.
illegal/fluent-bcmath
161 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.