aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Wells <brucekwells@gmail.com>2022-05-17 01:28:53 +0300
committerGitHub <noreply@github.com>2022-05-17 01:28:53 +0300
commitf71b77a62eb27184b5653d6293250e7fda2fdfef (patch)
tree307f11bd17adb9b0bbc9abddd7b066fda5b3e7f0 /README.md
parentddf9dbfe0f4d866dedcf1b8241185a20e0daf674 (diff)
Update README.mdv2.2.0
Support for variable number of function parameters
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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.