|
KSeExpr 6.0.0.0
|
#include <cfloat>#include <cmath>#include <cstdint>#include <stdexcept>#include <string>#include "ExprConfig.h"Go to the source code of this file.
Namespaces | |
| namespace | KSeExpr |
| namespace | KSeExpr::Utils |
Macros | |
| #define | KSeExpr_DEFAULT |
Functions | |
| double_t | KSeExpr::Utils::atof (const char *num) |
| double_t | KSeExpr::Utils::atof (const std::string &num) |
| int32_t | KSeExpr::Utils::strtol (const char *num) |
| int32_t | KSeExpr::Utils::strtol (const std::string &num) |
| KSeExpr_DEFAULT double_t | KSeExpr::Utils::round (double_t val) |
| KSeExpr_DEFAULT double_t | KSeExpr::Utils::floor (double_t val) |