4 Repositories
PHP arithmetic Libraries
Tensor: Scientific Computing for PHP
A library and extension that provides objects for scientific computing in PHP.
157 Jan 3, 2023
Arithmetic expression solver PHP library
arithmexp An arithmetic expression solver Usage $operators = OperatorRegistry::default(); $expression = new ArithmeticExpression($operators, "4 - 3 +
17 Nov 13, 2022
Tensor is a library and extension that provides objects for scientific computing in PHP.
Tensor is a library and extension that provides objects for scientific computing in PHP. The multithreaded extension is especially suited for computing large sets of numbers. In some cases, the extension is 230X faster than the same operation in PHPland. Tensor is used by libraries such as Rubix ML to build and accelerate machine learning algorithms such as linear regression, dimensionality reduction, and neural networks.
157 Jan 3, 2023
Arbitrary-precision arithmetic library for PHP
Arbitrary-precision arithmetic library for PHP
1.4k Jan 1, 2023