From 8d9724b90b30e29ddfc47f91d1f21ba6f467961a Mon Sep 17 00:00:00 2001 From: Lico San Date: Mon, 12 Aug 2019 22:24:03 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5051aed..2d1df6d 100644 --- a/README.md +++ b/README.md @@ -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, * **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, +* **Errors OK:** You need to have a human-friendly message telling why the formula is wrong when it is, ...then you gonna like Formula1 ! ;-)