Libraries tagged by bc math
k6xiao/strtobcmath
10 Downloads
StrToBcmath 是一个 PHP 类,用于将字符串表达式转换为 BcMath 计算结果。它支持复杂的加、减、乘、除、指数运算,支持括号优先级。对于需要精确结果的计算,我们通常会选择使用 BcMath 来避免小数带来的误差。然而,对于复杂的计算,BcMath 的表达方式可能会显得不够直观和易读。使用这个库,你可以将直观且易读的运算表达式转换为 BcMath 的计算结果。这样,你不仅可以确保结果的精度,还能保持代码的高度可读性,节省编写代码的时间,同时避免在编写 BcMath 时可能出现的错误。
pxb/bcmath
2 Downloads
bc math
ibthedatacompany/bcmath-formula-interpreter
195 Downloads
BC-Math formula interpreter for PHP
drlenux/bc-math
4153 Downloads
PHP BcMath factory
switchsystems/precision-maths
11 Downloads
Wrapper for the BCMath extension for precise basic and advanced math operations
signpostmarv/brick-math-base-convert-bcmath
1 Downloads
Arbitrary Base Conversion Library
scheldejonas/moontoast-math
420 Downloads
A mathematics library, providing functionality for large numbers
php-addons/bc-assert
630 Downloads
A wrapper around webmozart/assert that implements assertions with bcmath functions.
mi-la01/kt_moontoast-math
1918 Downloads
A mathematics library, providing functionality for large numbers
ibelousov/math-exec
5 Downloads
Evaluate expressions from strings using variable precision numbers
iamvar/math
2 Downloads
Calculate expression, using bcmath functions.
webit/bcmath-bundle
4271 Downloads
Symfony 2 integration for BcMath wrapper
sixteenstudio/mathematician
19 Downloads
A layer on top of BCMath that deals with fractional calculations
rstuven/bcmath
72 Downloads
Simple replacement for PHP bcmath extension.
prinsfrank/arithmetic-operations-bcmath
1 Downloads
BCMath implementation for the prinsfrank/arithmetic-operations interface that provides basic arithmetic operations (addition, subtraction, power, dividing, etc...)