#include <limits>
#include <string>
#include <sstream>
#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 | |
template<typename T > | |
T | mia_round (double x) |
template<typename T > | |
T | mia_round_clamped (double x) |
void | sincos (double x, double *sin, double *cos) |
void | sincosf (float x, float *sin, float *cos) |