#include <spuc/spuc_types.h>
#include <cmath>
Include dependency graph for real_round.h:

This graph shows which files directly or indirectly include this file:

Namespaces | |
| namespace | SPUC |
Functions | |
| template<class T> | |
| T | SPUC::real_round (T in, long bits) |
| Templated round function. | |
| template<> | |
| long | SPUC::real_round (long in, long bits) |
| template<> | |
| float | SPUC::real_round (float in, long bits) |
| template<> | |
| int | SPUC::real_round (int in, long bits) |
| template<> | |
| double | SPUC::real_round (double in, long bits) |
1.4.7