Download the PHP package mathematicator-core/integral-solver without Composer
On this page you can find all versions of the php package mathematicator-core/integral-solver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mathematicator-core/integral-solver
More information about mathematicator-core/integral-solver
Files in mathematicator-core/integral-solver
Package integral-solver
Short Description Simple package for solving integrals.
License MIT
Homepage https://github.com/mathematicator-core/integral-solver
Informations about the package integral-solver
PHP Math Integral Solver
Installation
Usage
Get instance of IntegralSolver
and compute:
All results can be renderer as LaTeX or returned as array of tokens for future computation.
All dependencies you can get by Package manager.
Fully compatible with Nette 3.0
and PHP 7.2
.
Mathematicator Framework tools structure
The biggest advantage is that you can choose which layer best fits your needs and start build on the top of it, immediately, without the need to create everything by yourself. Our tools are tested for bugs and tuned for performance, so you can save a significant amount of your time, money, and effort.
Framework tend to be modular as much as possible, so you should be able to create an extension on each layer and its sublayers.
Mathematicator framework layers ordered from the most concrete one to the most abstract one:
Search | Modular search engine layer that calls its sublayers and creates user interface. |
Vizualizator |
Elegant graphic visualizer that can render to
SVG, PNG, JPG and Base64. Extensions: Mandelbrot set generator |
Calculator |
Modular advance calculations layer.
Extensions: Integral Solver , Statistics |
Engine | Core logic layer that maintains basic controllers, DAOs, translator, common exceptions, routing etc. |
Tokenizer | Tokenizer that can convert string (user input / LaTeX) to numbers and operators. |
Numbers | Fast & secure storage for numbers with arbitrary precision. It supports Human string and LaTeX output and basic conversions. |
Third-party packages:
⚠️ Not guaranteed!
REST API | Install the whole pack as a REST API service on your server (Docker ready) or access it via public cloud REST API. |
Contribution
Tests
All new contributions should have its unit tests in /tests
directory.
Before you send a PR, please, check all tests pass.
This package uses Nette Tester. You can run tests via command: `
Before PR, please run complete code check via command: `
All versions of integral-solver with dependencies
mathematicator-core/tokenizer Version ^2.1 || ^3.0
mathematicator-core/engine Version ^2.0 || ^3.0
mathematicator-core/numbers Version ^2.1