Kanzi  3.9.9
Kanzi Engine C++ API
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

 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. More...
 
unsigned int kanzi::uround (float value)
 Round float to unsigned integer. More...
 

Macro Definition Documentation

#define _USE_MATH_DEFINES