From e262f30d3d54afe837d7ab11748d2f0414990366 Mon Sep 17 00:00:00 2001 From: Lico San Date: Mon, 12 Aug 2019 16:49:02 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d30e982..daf6510 100644 --- a/README.md +++ b/README.md @@ -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, * **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, - -...then you might like Formula1 ! ;-) +* **Arrays OK:** You need to use indexed or key-value arrays as variable inside the formula, +...then you gonna like Formula1 ! ;-) **Simple usage no variables**