OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
matheval.cpp
Go to the documentation of this file.
2 
3 namespace mslang {
4  double parseMathExpression(const std::string &str) {
5  return matheval::parse<double>(str, {});
6  }
7 }
double parseMathExpression(const std::string &str)
Definition: matheval.cpp:4