qubb/fixed-point-math
Composer 安装命令:
composer require qubb/fixed-point-math
包简介
Provides functionality for fixed point mathematics
README 文档
README
...
Installation
To add Fixed Point Math as a local, per-project dependency to your project, simply add a dependency on qubb/fixed-point-math to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on Fixed Point Math 0.1:
{
"require": {
"qubb/fixed-point-math": "0.1.*"
}
}
Using
Use
\qubb\FixedPointMath\helpers\Rounder::ceil($value, $precision);
\qubb\FixedPointMath\helpers\Rounder::floor($value, $precision);
\qubb\FixedPointMath\helpers\Rounder::round($value, $precision);
for rounding numbers in the right direction
$value - the string representation of the number
$precisions - the rounding precision
统计信息
- 总下载量: 17.47k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-04