wescleylima/math-php
Biblioteca para cálculos monetários precisos usando string e BCMath
时间:2025-09-04 19:01
samsonkwiz/idobfuscator
Reversible numeric ID obfuscation for PHP using BCMath
时间:2025-05-04 12:26
mpd/util-strint-cmp
Library to compare large integers with arbitrary precisions, provides own pure php implementation, but can also use bcmath or GMP on background when available
时间:2025-01-04 23:08
tetthys/bc
Bc is a small and simple but accurate tool for calculation.
时间:2024-06-07 06:24
k6xiao/strtobcmath
StrToBcmath 是一个 PHP 类,用于将字符串表达式转换为 BcMath 计算结果。它支持复杂的“加、减、乘、除、指数”运算,支持括号优先级。对于需要精确结果的计算,我们通常会选择使用 BcMath 来避免小数带来的误差。然而,对于复杂的计算,BcMath 的表达方式可能会显得不够直观和易读。使用这个库,你可以将直观且易读的运算表达式转换为 BcMath 的计算结果。这样,你不仅可以确保结果的精度,还能保持代码的高度可读性,节省编写代码的时间,同时避免在编写 BcMath 时可能出现的错误。
时间:2023-12-29 13:34
elliotjreed/maths
An object-oriented BCMath wrapper for PHP
时间:2023-12-02 11:47
charcoal-dev/bcmath-adapter
Provides BigNumber class to Charcoal Apps
时间:2023-08-11 12:13
iamvar/math
Calculate expression, using bcmath functions.
时间:2023-05-29 09:03
illegal/fluent-bcmath
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.
时间:2023-04-10 21:52
prinsfrank/arithmetic-operations-bcmath
BCMath implementation for the prinsfrank/arithmetic-operations interface that provides basic arithmetic operations (addition, subtraction, power, dividing, etc...)
时间:2022-10-16 18:54
lumisys/bcmath_compat
PHP 5.x/7.x polyfill for bcmath extension
时间:2020-06-05 16:31
jumpifbelow/php-bcmath-object
Simple fluent object using BCMath library
时间:2020-05-27 19:29
code-distortion/currency
Arbitrary precision currency maths with locale-aware formatting - integrated with Laravel or stand-alone
时间:2019-10-28 12:50