aboutsummaryrefslogblamecommitdiff
path: root/README.md
blob: 8cbbaa8862a642ad45f8ed8dc0dcbea6257d7485 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                          



                                                         
                                                                                  
# NXP MathExecutor

Simple math expressions calculator

## Sample usage:

    <?php
    require "vendor/autoload.php";
    $calculator = new \NXP\MathExecutor();
    print $calculator->execute("1 + 2 * (2 - (4+10))^2");
    
## Install via Composer

All instructions to install here: https://packagist.org/packages/nxp/math-executor