Update README.md

This commit is contained in:
Lico San
2019-08-12 22:31:23 +02:00
committed by GitHub
parent a58796d1de
commit 745826ee80
+1 -1
View File
@@ -78,6 +78,6 @@ echo($f1->compute()."<br>\n"); //7.071...
* 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. * 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. * The index of indexed arrays should be evaluated to allow formulas as indexes, but needs rewrite of current parse-compute split.
##Known bugs ## Known bugs
* Won't allow unari operator directly binary operator like "5*-x" or "5+-x". * Won't allow unari operator directly binary operator like "5*-x" or "5+-x".
Your can workaround by using parenthesis like "5*(-x)" or "5+(-x)" Your can workaround by using parenthesis like "5*(-x)" or "5+(-x)"