Update README.md

Support for variable number of function parameters
This commit is contained in:
Bruce Wells 2022-05-16 18:28:53 -04:00 committed by GitHub
parent ddf9dbfe0f
commit f71b77a62e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
This package will continue to track currently supported versions of PHP.