From 9c318e88a4f6a99914a409be688bbddf9aa9b136 Mon Sep 17 00:00:00 2001 From: Lico San Date: Mon, 12 Aug 2019 16:55:39 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7faddd3..d80942d 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,4 @@ echo($f1->compute()."
\n"); //55 * Add math operations like sin, cos, sqrt etc... * Would be better to give parameters in the compute, to allow one parsing-many evals, but needs rewrite of current parse-compute split. -* The index of indexed arrays should be evaluated to allow formulas, but needs rewrite of current parse-compute split. +* The index of indexed arrays should be evaluated to allow formulas as indexes, but needs rewrite of current parse-compute split.