#include "platform.hpp"#include <math.h>#include <cmath>#include <cstdlib>#include <boost/math/special_functions/fpclassify.hpp>#include <boost/math/special_functions/round.hpp>Namespaces | |
| namespace | kanzi |
Macros | |
| #define | _USE_MATH_DEFINES |
Functions | |
| float | kanzi::roundDown (double num) |
| Helper function similar to floor, but takes a double and returns a float. | |
| unsigned int | kanzi::uround (float value) |
| Round float to unsigned integer. | |
| #define _USE_MATH_DEFINES |