OPAL (Object Oriented Parallel Accelerator Library)
2024.1
OPAL
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
Classic
Utilities
MSLang
matheval.cpp
Go to the documentation of this file.
1
#include "
Utilities/MSLang/matheval.hpp
"
2
3
namespace
mslang {
4
double
parseMathExpression
(
const
std::string &str) {
5
return
matheval::parse<double>(str, {});
6
}
7
}
mslang::parseMathExpression
double parseMathExpression(const std::string &str)
Definition:
matheval.cpp:4
matheval.hpp
Generated on Tue Jul 2 2024 15:05:23 for OPAL (Object Oriented Parallel Accelerator Library) by
1.8.5