OpcUaCanOpen
CANopen OPC-UA server
|
Implementation of the standard floating point parser. More...
#include "muParser.h"
#include "muParserTemplateMagic.h"
#include <cmath>
#include <algorithm>
#include <numeric>
Go to the source code of this file.
Namespaces | |
mu | |
Namespace for mathematical applications. | |
Macros | |
#define | PARSER_CONST_PI 3.141592653589793238462643 |
Pi (what else?). More... | |
#define | PARSER_CONST_E 2.718281828459045235360287 |
The Eulerian number. More... | |
Implementation of the standard floating point parser.
Definition in file muParser.cpp.
#define PARSER_CONST_E 2.718281828459045235360287 |
The Eulerian number.
Definition at line 38 of file muParser.cpp.
#define PARSER_CONST_PI 3.141592653589793238462643 |
Pi (what else?).
Definition at line 35 of file muParser.cpp.