From e5e2957db0a666cbd9ea1d6327dd41b508a6360e Mon Sep 17 00:00:00 2001 From: Lico San Date: Mon, 17 Jun 2019 14:05:59 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2073b1d..647fb6e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ If you need to evaluate a formula with basic operators and variables, and * **Old PHP OK:** You don't necessarily have the latest PHP version, or Composer, * **No spaghetti:** You want something readable that you could easily understand and customize, * **Arithmetic rules OK:** You need something that knows about operators priority, unary operators, and parenthesis, +* **Rounding OK:** You want to specifu 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 ! ;-)