Update README.md

This commit is contained in:
Lico San
2019-08-12 22:24:03 +02:00
committed by GitHub
parent 62bc72870e
commit 8d9724b90b
+1
View File
@@ -12,6 +12,7 @@ If you need to evaluate a formula with basic operators and variables, and
* **Recursive eval:** You want to be able to include sub-formulas inside your variables, * **Recursive eval:** You want to be able to include sub-formulas inside your variables,
* **Arrays OK:** You need to use indexed or key-value arrays as variable inside the formula, * **Arrays OK:** You need to use indexed or key-value arrays as variable inside the formula,
* **functions OK:** You need to use basic math functions inside the formula, * **functions OK:** You need to use basic math functions inside the formula,
* **Errors OK:** You need to have a human-friendly message telling why the formula is wrong when it is,
...then you gonna like Formula1 ! ;-) ...then you gonna like Formula1 ! ;-)