26 #ifndef MU_PARSER_INT_H
27 #define MU_PARSER_INT_H
48 static int Round(
value_type v) {
return (
int)(v + ((v>=0) ? 0.5 : -0.5) ); };
virtual void InitCharSets()
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
Mathematical expressions parser.
Definition: muParserInt.h:45
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 (base parser engine).
Definition: muParserBase.h:63