Kanzi 3.9.10
math.hpp File Reference
#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.
 

Macro Definition Documentation

◆ _USE_MATH_DEFINES

#define _USE_MATH_DEFINES