Libraries tagged by bc math
code-distortion/currency
1620 Downloads
Arbitrary precision currency maths with locale-aware formatting - integrated with Laravel or stand-alone
elis/xpub
523 Downloads
A simple class to derive BTC and ETH extended public keys and addresses without GMP.
tetthys/bc
56 Downloads
Bc is a small and simple but accurate tool for calculation.
backendtea/safe-bc-math
36 Downloads
Safe versions of BC math functions
philipbrown/math
36 Downloads
A simple wrapper for BC Math
v3labs/math
164 Downloads
Math library for php 7.1+
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).
lumisys/bcmath_compat
17863 Downloads
PHP 5.x/7.x polyfill for bcmath extension
illegal/fluent-bcmath
732 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.
collab-corp/ez-math
154 Downloads
A simple PHP wrapper math class for bcmath.
rican7/mathematician
52 Downloads
A PHP mathematics library for simpler, more reliable math operations... even on big numbers
mehr-it/php-decimals
3868 Downloads
Easy to use arithmetic operations for decimals in PHP (using BCMath)
fooino/core
12 Downloads
The fooino core package with tools and functionalities.
ez-php/bignum
97 Downloads
Arbitrary-precision integer and decimal arithmetic for the ez-php ecosystem — immutable BigInteger and BigDecimal value objects backed by bcmath (gmp optional)
code-distortion/realnum
13940 Downloads
Arbitrary-precision floating-point maths with locale-aware formatting - integrated with Laravel or stand-alone