26 #ifndef MU_PARSER_COMPLEX_H
27 #define MU_PARSER_COMPLEX_H
74 static complex_type UnpackToComplex(
double val);
75 static double PackToDouble(
const complex_type &val);
77 virtual void InitOprt();
78 virtual void InitCharSets();
79 virtual void InitFun();
80 virtual void InitConst();
std::complex< float > complex_type
Definition: muParserComplex.h:49
This file contains the class definition of the muparser engine.
MUP_BASETYPE value_type
The numeric datatype used by the parser.
Definition: muParserDef.h:222
void SetExpr(const string_type &a_sExpr)
Set the formula.
Definition: muParserBase.cpp:261
const muChar_t * a_szExpr
Definition: muParserDLL.h:78
Namespace for mathematical applications.
Definition: muParser.cpp:47
string_type::value_type char_type
The character type used by the parser.
Definition: muParserDef.h:240
Mathematical expressions parser.
Definition: muParserComplex.h:45
Mathematical expressions parser (base parser engine).
Definition: muParserBase.h:63