math/symbol
最新稳定版本:v1.0.4
Composer 安装命令:
composer require math/symbol
包简介
A package that contains a lot of mathematical symbols
README 文档
README
Math Provider
This package provides a set of utility functions for mathematical operations. Installation
To install the package, run the following command in your terminal:
composer require math/math-prov
Alternatively, you can add the following to your composer.json file:
json
"require": {
"math/math-prov": "^1.0"
}
use Math\MathProv\MathFacade; // To get powers $math_powers = MathFacade::get_powers(); // To get roots $math_roots = MathFacade::get_roots(); // To get all math symbols $math_symbols = MathFacade::get_math_symbols(); // To get a fraction $fraction = MathFacade::get_fraction($numerator, $denominator);
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-20