Power System Platform  2026w10a-beta
Loading...
Searching...
No Matches
MathExprParser Class Reference
Inheritance diagram for MathExprParser:
Collaboration diagram for MathExprParser:

Detailed Description

Definition at line 23 of file MathExprParser.h.

Constructor & Destructor Documentation

◆ MathExprParser()

MathExprParser::MathExprParser ( )

Definition at line 20 of file MathExprParser.cpp.

21{
22 AddConstant("pi", 3.14159265358979323846);
23 AddConstant("e", 2.71828182845904523536);
24 AddConstant("closed", 1);
25 AddConstant("open", 0);
26 AddConstant("true", 1);
27 AddConstant("false", 0);
28}

◆ ~MathExprParser()

MathExprParser::~MathExprParser ( )

Definition at line 30 of file MathExprParser.cpp.

30{}

The documentation for this class was generated from the following files: