Update README.md

This commit is contained in:
Lico San
2019-08-12 16:49:02 +02:00
committed by GitHub
parent ce4f938de0
commit e262f30d3d
+2 -2
View File
@@ -10,8 +10,8 @@ If you need to evaluate a formula with basic operators and variables, and
* **Arithmetic rules OK:** You need something that knows about operators priority, unary operators, and parenthesis, * **Arithmetic rules OK:** You need something that knows about operators priority, unary operators, and parenthesis,
* **Rounding OK:** You want to specify a precision and rounding mode for the result, * **Rounding OK:** You want to specify a precision and rounding mode for the result,
* **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,
...then you might like Formula1 ! ;-) ...then you gonna like Formula1 ! ;-)
**Simple usage no variables** **Simple usage no variables**