KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 API 

lzEvalExpStrToNum

The 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)


  Copyright  ©  MMXXIV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy