C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html

This commit is contained in:
Arash Partow
2014-12-30 15:58:51 +11:00
parent c8657e95a2
commit c0d3c3b364
3 changed files with 78 additions and 4 deletions

View File

@ -1881,9 +1881,10 @@ into account when using Exprtk:
('\n', '\r', '\t', '\b', '\v', '\f')
(13) Strings may be comprised of any combination of letters, digits
or special characters including (~!@#$%^&*()[]|=+ ,./?<>;:"`~_),
and must be enclosed with single-quotes.
eg: 'Frankly my dear, 1 do n0t give a damn!'
special characters including (~!@#$%^&*()[]|=+ ,./?<>;:"`~_) or
hexadecimal escaped sequences (eg: \0x30) and must be enclosed
with single-quotes.
eg: 'Frankly my dear, \0x49 do n0t give a damn!'
(14) User defined normal functions can have up to 20 parameters,
where as user defined generic-functions and vararg-functions