Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Support for variable number of function parameters
  • Loading branch information
phpfui authored May 16, 2022
1 parent ddf9dbf commit f71b77a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit f71b77a

Please sign in to comment.