#include <math.h>
#include <float.h>
Go to the source code of this file.
Macros | |
#define | VS2008_INCLUDE_MATHFIXT_H_ |
#define | isnan(x) _isnan(x) |
#define | isinf(x) (!_finite(x)) |
#define | fmax max |
#define | round(x) roundf(x) |
Functions | |
float | roundf (float num) |