OPALX (Object Oriented Parallel Accelerator Library for Exascale)
MINIorX
OPALX
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:30
mslang::parseMathExpression
double parseMathExpression(const std::string &str)
Definition:
matheval.cpp:4
src
Utilities
MSLang
matheval.cpp
Generated on Fri Jan 23 2026 14:40:01 for OPALX (Object Oriented Parallel Accelerator Library for Exascale) by
1.9.3