#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.
|
class | CCWDSaver |
| A Scope based helper class to save and restore the current working directory. More...
|
|
|
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 | sincos (double x, double *sin, double *cos) |
|
void | sincosf (float x, float *sin, float *cos) |
|
void eat_char |
( |
std::istream & |
is, |
|
|
char |
expect_val, |
|
|
const char * |
message |
|
) |
| |
|
inline |