fruitcake/php-decimal
Composer 安装命令:
composer require fruitcake/php-decimal
包简介
Decimal class for PHP
README 文档
README
Library for handling decimals in PHP
Installation
Require fruitcake/php-decimal using composer.
Example: using the library
<?php use Fruitcake\Decimal\Decimal; $decimal = new Decimal('1'); $value = $decimal->sub('0.8'); echo $decimal->toString(2); // "0.20"
License
Released under the MIT License, see LICENSE.
统计信息
- 总下载量: 2.2k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-10-23