Libraries tagged by bcmath
saki/bcmath-number-polyfill
4893 Downloads
fab2s/opinhelpers
462255 Downloads
A collection of Simple, opinionated yet hopefully useful PHP Helper Libs
fab2s/math
278077 Downloads
A Base10 high precision math helper
nanasess/bcmath-polyfill
788 Downloads
PHP 8.4 bcmath functions polyfill with fallback compatibility for environments without bcmath extension. Based on phpseclib/bcmath_compat with additional support for new PHP 8.4 bcmath functions.
kriss/bcmath
1641 Downloads
PHP bcmath quick write.
gammadia/bcmath-extended-nullable
98755 Downloads
Fork of krowinski/bcmath-extended with added nullable input arguments
empaphy/polyphill-bcmath
27496 Downloads
A metapackage that installs a bcmath polyfill if needed, and removes it if redundant.
maba/math
65105 Downloads
PHP library for arbitrary precision mathematics
aza/math
20942 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).
illegal/fluent-bcmath
390 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.
jumpifbelow/php-bcmath-object
3346 Downloads
Simple fluent object using BCMath library
utecca/number
6988 Downloads
A package for working with arbitrary precision numbers in Laravel.
nimiq/xpub
2775 Downloads
A simple class to derive BTC and ETH extended public keys and addresses without GMP.
rican7/mathematician
52 Downloads
A PHP mathematics library for simpler, more reliable math operations... even on big numbers
elliotjreed/maths
1047 Downloads
An object-oriented BCMath wrapper for PHP