greenimp/php-math
最新稳定版本:v1.0.1
Composer 安装命令:
composer require greenimp/php-math
包简介
A basic set of math scripts that deal in strings to handle long floating point values.
README 文档
README
A basic set of math scripts that deal in strings to handle long floating point values.
Internally, this uses PHP's BC Math functions, and moneyphp's BcMathCalculator.
The main difference from MoneyPhp is that MoneyPhp's round() method always rounds to an integer, whereas this library can round to a chosen precision as well.
It also adds a few extra functions, such as sum() which will sum an iterable of numbers.
Setup
composer require GreenImp/PhpMath
统计信息
- 总下载量: 116
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-07