#include <limits>#include <string>#include <sstream>#include <iostream>#include <vector>#include <cmath>#include <stdexcept>#include <mia/core/defines.hh>Go to the source code of this file.
Data Structures | |
| class | CCWDSaver |
| A Scope based helper class to save and restore the current working directory. More... | |
Functions | |
| void | eat_char (std::istream &is, char expect_val, const char *message) |
| template<typename T > | |
| T | mia_round (double x) |
| template<typename T > | |
| T | mia_round_clamped (double x) |
| void EXPORT_CORE | sincos (double x, double *sin, double *cos) |
| void EXPORT_CORE | sincosf (float x, float *sin, float *cos) |
|
inline |
Definition at line 187 of file utils.hh.
References NS_MIA_END.