Libraries tagged by Arbitrary-precision
wells5609/decimal
0 Downloads
Library built atop the Decimal and Datastructures PHP extensions
signpostmarv/brick-math-base-convert
87 Downloads
Arbitrary Base Conversion Library
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).
edwardbrosens/bcmath
8 Downloads
Convenience wrapper for the php bcmath extension.
andkom/php-decimal
0 Downloads
Arbitrary-precision decimal arithmetic library for PHP, built on top of bcmath.
nicholas-eden/math
1625 Downloads
Arbitrary-precision arithmetic library
asika/math
828 Downloads
Arbitrary-precision arithmetic library for PHP 5.3
vrnedwidek/php-decimal
22 Downloads
An arbitrary-precision Decimal class type for PHP. Forked from Piggly and updated requirements to allow PHP 8.1 and PHP 8.2.
shtse8/arbimath
0 Downloads
Arbitrary precision mathematics library
rgzone/bignum-demo
0 Downloads
Symfony demo application showcasing the capabilities of the rgzone/bignum arbitrary-precision integer extension.
rgzone/bignum
13 Downloads
Arbitrary precision integer PHP extension written in Rust.
php-number/php-number
8 Downloads
An arbitrary precision for floating point Numbers for PHP
mpd/util-strint-cmp
4 Downloads
Library to compare large integers with arbitrary precisions, provides own pure php implementation, but can also use bcmath or GMP on background when available
kamiyonanayo/math
5 Downloads
PHP arbitrary precision mathematics Library
kabbouchi/bignumber
9 Downloads
A PHP package for arbitrary-precision decimal and non-decimal arithmetic inspired by bignumber.js