aboutsummaryrefslogtreecommitdiff
path: root/src/NXP/MathExecutor.php
Commit message (Expand)AuthorAgeFilesLines
* Unary Minus (#84)V2.1.7Bruce Wells2021-02-171-0/+7
* Cache-control improvements (#81)Mirosław Sztorc2021-01-061-5/+26
* add new functions and aliases to the old functions (#76)diman32102020-10-201-1/+64
* Allow null values in `setVar` method (#73)V2.1.3Javier Marín2020-09-161-1/+1
* Improved support for null variables (#72)V2.1.2Javier Marín2020-09-151-1/+1
* Better setVar error message (#70)V2.1.1Bruce Wells2020-07-271-1/+2
* Handler for not found variables (#68)Javier Marín2020-07-261-10/+38
* Code style fixes & Github Actions (#65)V2.0.2Alexander Kiryukhin2020-06-011-4/+5
* Packagist tag (#64)V2.0.1Bruce Wells2020-05-211-1/+1
* Merge branch 'master' into neonxp-ngBruce Wells2020-05-201-2/+2
|\
| * WIP: New generation (#62)Alexander Kiryukhin2020-05-201-218/+168
* | Null parameters allowedBruce Wells2020-05-201-1/+1
* | Adding setVars back inBruce Wells2020-05-201-0/+19
* | setDivisionByZeroIsZeroBruce Wells2020-05-201-0/+16
* | Private membersBruce Wells2020-05-201-4/+90
* | typed parameters and return typesBruce Wells2020-05-201-9/+9
* | 7.1 downgradeAlexander Kiryukhin2020-05-151-2/+0
* | Massive refactoringAlexander Kiryukhin2020-05-151-217/+169
|/
* Update documentation for PHPFUI/InstaDoc (#58)Bruce Wells2020-04-111-14/+30
* PHP 7.4 supportBruce Wells2019-12-011-2/+2
* Update README.md and more function supportBruce Wells2019-11-271-15/+108
* Logicandcompare (#50)franksl2019-11-261-3/+24
* Fixed function parameter order (#42)v0.7.1Bruce Wells2019-01-121-1/+1
* Merge branch 'master' into masterBruce Wells2019-01-111-1/+1
|\
| * Syncing from origin (#3)Bruce Wells2019-01-101-29/+70
* | Fix single quotes parsing (#41)Alexander Kiryukhin2019-01-111-12/+15
* | MathExecutor allow override default operators, functions and vars (#36)Timur2019-01-101-29/+70
|/
* Division By Zero Exception supportBruce Wells2018-10-311-0/+23
* Merge branch 'master' into support_for_double_quoted_stringsBruce Wells2018-09-121-1/+5
|\
| * Merge branch 'master' into devAlexander Kiryukhin2018-09-061-0/+21
| |\
| | * Merge branch 'master' into getters_for_function_and_operatorsAlexander Kiryukhin2018-09-061-4/+0
| | |\
| | * | Add ability to get functions and operators that have been registeredBruce Wells2018-08-311-0/+21
| * | | Added variable type to diagnostic messageBruce Wells2018-09-061-1/+1
| * | | Exception MessagesBruce Wells2018-08-281-1/+1
| |/ /
| * | ~ remove callable for PHP 5.3NeonXP2013-09-181-1/+1
* | | Support for double quoted stringsBruce Wells2018-09-121-6/+53
| |/ |/|
* | Removing the numeric test on setVar.charles VILLETTE2016-07-071-4/+0
|/
* + Added cache, which speeds up the repetitive calculationsNeonXP2013-09-061-5/+88
* ~ PHP CS fixerNeonXP2013-09-061-3/+3
* Mass refactoringNeonXP2013-09-061-316/+35
* Fix to PSR standart, fix tokenizer, fix function executor.zhukv2013-08-031-0/+393