13 skills found
phpseclib / Bcmath CompatPHP 5.x-8.x polyfill for bcmath extension.
krowinski / Bcmath ExtendedExtends php BCMath lib for missing functions like floor, ceil, round, abs, min, max, rand for big numbers. Also wraps existing BCMath functions.
ulabox / MoneyYet another PHP implementation of the Money value object using BCMath
danhunsaker / BcmathPHP bcmath as a class, with several enhancements.
Anizoptera / MathAzaMath - Anizoptera CMF mathematic component. Provides functionality to work with large numbers with arbitrary precision (using BCMath) and universal mumeral systems conversions (supported bases from 2 to 62 inclusive, and custom systems; pure PHP, but can use GMP and core functions for speed optimization).
dbojdo / BcmathObject wrapper for PHP BcMath Library
simplito / Bigint Wrapper PhpFast common interface for php_gmp and php_bcmath modules
SakiTakamachi / Fraction For PHPThis is a PHP library that handles fractions using BCMath.
BardoQi / BigMathA PHP library to work with big integers and big decimals. This library makes use of the GMP extension and bcmath to do its calculations.
collab-corp / Ez MathA PHP wrapper class for the bcmath extension.
SakiTakamachi / BcMath Number PolyfillThis is a polyfill to allow the BcMath\Number class, introduced in PHP 8.4, to be used in PHP 8.3 and 8.2.
krissss / BcmathPHP bcmath quick write.
Agrora / Decimal JsDecimalJS is an arbitrary precision floating point arithmetic library based on PHP's bcmath extension.