From 5463c794c3371934b104b25662b60dc0d1422c33 Mon Sep 17 00:00:00 2001 From: Lico San Date: Mon, 12 Aug 2019 22:25: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 2d1df6d..8526010 100644 --- a/README.md +++ b/README.md @@ -75,5 +75,5 @@ echo($f1->compute()."
\n"); //7.071... ## TODO -* Would be better to give parameters in the compute, to allow one parsing-many evals, but needs rewrite of current parse-compute split. +* Would be better to give parameters in the compute, to allow one parsing -many compute with differente variable values, 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.