namespace Brick\Math\Internal\Calculator
Object name | File name | Summary |
---|---|---|
BcMathCalculator | vendor/brick/math/src/Internal/Calculator/BcMathCalculator.php | Calculator implementation built around the bcmath library. |
GmpCalculator | vendor/brick/math/src/Internal/Calculator/GmpCalculator.php | Calculator implementation built around the GMP library. |
NativeCalculator | vendor/brick/math/src/Internal/Calculator/NativeCalculator.php | Calculator implementation using only native PHP code. |