math/symbol 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-06-20