diff options
author | Bruce Wells <bruce.wells@simparel.com> | 2018-11-26 17:25:33 +0300 |
---|---|---|
committer | Bruce Wells <bruce.wells@simparel.com> | 2018-11-26 18:01:01 +0300 |
commit | 5bdc27efdb50434a6f44a01e158d5e13eff3a020 (patch) | |
tree | 221aef8b0d2c57e3cd8eb62d6b25e548279fd48b /README.md | |
parent | 72aaf58e5530609b826a3615e3b28135c07a0f9e (diff) |
Fixed function in () block issue
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,18 +3,19 @@ A simple math expressions calculator ## Features: -* Built in support for +, -, *, / and power (^) operators +* Built in support for +, -, *, / and power (^) operators plus () * Support for user defined operators * Support for user defined functions -* Unlimited varable length +* Unlimited varable name lengths * String support, as function parameters or as evaluated by PHP * Exceptions on divide by zero, or treat as zero * Unary Minus +* Pi ($pi) and Euler's number ($e) support to 11 decimal places ## Install via Composer: Stable branch ``` -composer require "nxp/math-executor" "dev-master" +composer require "nxp/math-executor" ``` Dev branch (currently unsupported) |