OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
matheval.cpp
Go to the documentation of this file.
2
3namespace mslang {
4 double parseMathExpression(const std::string& str) { return matheval::parse<double>(str, {}); }
5} // namespace mslang
double parseMathExpression(const std::string &str)
Definition matheval.cpp:4