From f71b77a62eb27184b5653d6293250e7fda2fdfef Mon Sep 17 00:00:00 2001 From: Bruce Wells Date: Mon, 16 May 2022 18:28:53 -0400 Subject: Update README.md Support for variable number of function parameters --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90dfee9..7d3de7b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ * Paratheses () and arrays [] are fully supported * Logical operators (==, !=, <, <, >=, <=, &&, ||) * Built in support for most PHP math functions +* Support for variable number of function parameters * Conditional If logic * Support for user defined operators * Support for user defined functions @@ -227,4 +228,4 @@ Full class documentation via [PHPFUI/InstaDoc](http://phpfui.com/?n=NXP&c=MathEx ## Future Enhancements -This package will continue to track currently supported versions of PHP. \ No newline at end of file +This package will continue to track currently supported versions of PHP. -- cgit v1.2.3