OPAL (Object Oriented Parallel Accelerator Library)
2024.2
OPAL
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
}
matheval.hpp
mslang
Definition
MSLang.cpp:29
mslang::parseMathExpression
double parseMathExpression(const std::string &str)
Definition
matheval.cpp:4
Generated on Tue Apr 14 2026 07:18:45 for OPAL (Object Oriented Parallel Accelerator Library) by
1.9.8