Download the PHP package math/symbol without Composer
On this page you can find all versions of the php package math/symbol. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor math
Package symbol
Short Description A package that contains a lot of mathematical symbols
License MIT
Package symbol
Short Description A package that contains a lot of mathematical symbols
License MIT
Please rate this library. Is it a good library?
Informations about the package symbol
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);
All versions of symbol with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
The package math/symbol contains the following files
Loading the files please wait ....