| Recommend this page to a friend! |
| Packages of Walk | PHP Math Formula Parser | README.md | Download |
|
|||||||||||||||||||||
formulaThis package can parse and evaluate formulas with variables. It can take a string with a math expression and parses it so it can be evaluated replacing variables in the expression by given values. The packages supports operations like addition, subtraction, multiplication and division. InstallationThe preferred way to install this extension is through composer. Either run
or add
to the require section of your UsageOnce the extension is installed, simply use it in your code by :
Also in the formula you can use variables:
And insert comments like |