|
| ELZED | Documentation | The Details | API |
| lzEvalExpStrToNumThe lzEvalExpStrToNum function evaluates an expression and returns a numeric result. double lzEvalExpStrToNum(| | const char* szExpression | | // the expression to be evaluated |
);
Parameters| szExpression | | | A null-terminated character string containing the expression to be evaluated. |
Return Value| | A double-precision value containing the result of the evaluation. |
Remarks| | If you are expecting a complex result from the evaluation, note that the number returned is the real part of the potentially complex result. |
Versions| | Introduced in Elzed 1.0.0 Modified in Elzed 2.3.0 -- Dropped lCycles parameter. Modified in Elzed 2.4.0 -- Expression parameter (char*) is now declared const. | | | This page describes the version of lzEvalExpStrToNum active in Elzed 2.5.0 (195: 2.5.0) |
|
| |