mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-06-12 16:27:23 +00:00
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
@ -2769,9 +2769,9 @@ into account when using ExprTk:
|
||||
function names are case-insensitive.
|
||||
|
||||
(07) Variable, vector, string variable and function names must begin
|
||||
with a letter (A-Z or a-z), then can be comprised of any
|
||||
combination of letters, digits and underscores. (eg: x, var1 or
|
||||
power_func99)
|
||||
with a letter (A-Z or a-z), then can be comprised of any
|
||||
combination of letters, digits, underscores and dots. (eg: x,
|
||||
var1 or power_func99, person.age, item.size.0)
|
||||
|
||||
(08) Expression lengths and sub-expression lists are limited only by
|
||||
storage capacity.
|
||||
|
Reference in New Issue
Block a user