aboutsummaryrefslogtreecommitdiff
path: root/src/NXP/Exception/UnknownVariableException.php
Commit message (Collapse)AuthorAgeFilesLines
* Support for double quoted stringsBruce Wells2018-09-121-1/+1
| | | | | | | | Changed array() to [] syntax. Added variable in question to unknown variable exception. Added getVar and getVars accessor functions. Added getOperators and getFunctions accessor functions for completeness. Extended all Exceptions off MathExecutorException.
* + Added cache, which speeds up the repetitive calculationsNeonXP2013-09-061-0/+19
+ Returned variables, because they need for cached expressions