Libraries tagged by bcmath
elliotjreed/maths
958 Downloads
An object-oriented BCMath wrapper for PHP
nanasess/bcmath-polyfill
7 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.
lumisys/bcmath_compat
17645 Downloads
PHP 5.x/7.x polyfill for bcmath extension
bradietilley/bcmath-number
10 Downloads
Simulating the upcoming BCMath\Number class
backendtea/safe-bc-math
36 Downloads
Safe versions of BC math functions
v3labs/math
147 Downloads
Math library for php 7.1+
tetthys/bc
19 Downloads
Bc is a small and simple but accurate tool for calculation.
qubb/fixed-point-math
17451 Downloads
Provides functionality for fixed point mathematics
mehr-it/php-decimals
3772 Downloads
Easy to use arithmetic operations for decimals in PHP (using BCMath)
jaycodesign/decimal
2220 Downloads
Simple wrapper around BC Math for simple math functions
rican7/mathematician
50 Downloads
A PHP mathematics library for simpler, more reliable math operations... even on big numbers
k6xiao/strtobcmath
27 Downloads
StrToBcmath 是一个 PHP 类,用于将字符串表达式转换为 BcMath 计算结果。它支持复杂的“加、减、乘、除、指数”运算,支持括号优先级。对于需要精确结果的计算,我们通常会选择使用 BcMath 来避免小数带来的误差。然而,对于复杂的计算,BcMath 的表达方式可能会显得不够直观和易读。使用这个库,你可以将直观且易读的运算表达式转换为 BcMath 的计算结果。这样,你不仅可以确保结果的精度,还能保持代码的高度可读性,节省编写代码的时间,同时避免在编写 BcMath 时可能出现的错误。
abivia/money
627 Downloads
Library for working with monetary values, a BCMath library with rounding support.
philipbrown/math
36 Downloads
A simple wrapper for BC Math
webit/bcmath-bundle
4272 Downloads
Symfony 2 integration for BcMath wrapper