ReactOS 0.4.15-dev-7788-g1ad9096
mymath.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define sqrtf(x)   ((float)sqrt(x))
 
#define ceilf(x)   ((float)ceil(x))
 
#define floorf(x)   ((float)floor(x))
 

Macro Definition Documentation

◆ ceilf

#define ceilf (   x)    ((float)ceil(x))

Definition at line 62 of file mymath.h.

◆ floorf

#define floorf (   x)    ((float)floor(x))

Definition at line 65 of file mymath.h.

◆ sqrtf

#define sqrtf (   x)    ((float)sqrt(x))

Definition at line 59 of file mymath.h.