Download the PHP package omnicron/infix-calculator without Composer
On this page you can find all versions of the php package omnicron/infix-calculator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download omnicron/infix-calculator
More information about omnicron/infix-calculator
Files in omnicron/infix-calculator
Download omnicron/infix-calculator
More information about omnicron/infix-calculator
Files in omnicron/infix-calculator
Vendor omnicron
Package infix-calculator
Short Description Basic infix expression solver
License MIT
Package infix-calculator
Short Description Basic infix expression solver
License MIT
Please rate this library. Is it a good library?
Informations about the package infix-calculator
InfixCalculator
InfixCalculator is a basic solver for mathematical expressions written in infix notation.
At the moment, it only supports:
- Numbers (integers and decimals)
- Brackets
- Arithmetic operators: + - * / ^
Install via Composer
Install the latest version with
Usage
Obtain the final result
Obtain all the steps to solve an expression
Why?
Mostly because I wanted to try to write a parser on my own.
Also, I'm planning on making this library more complete and customizable. For now, just enjoy this very basic expression solver!
Author
Dany Thach - [email protected]
License
InfixCalculator is licensed under the MIT License.
All versions of infix-calculator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package omnicron/infix-calculator contains the following files
Loading the files please wait ....