ReactOS 0.4.15-dev-7953-g1f49173
floorf.c File Reference
#include <math.h>
Include dependency graph for floorf.c:

Go to the source code of this file.

Functions

_Check_return_ float __cdecl floorf (_In_ float x)
 

Function Documentation

◆ floorf()

Definition at line 11 of file floorf.c.

13{
14 return (float)floor((double)x);
15}
GLint GLint GLint GLint GLint x
Definition: gl.h:1548
_Check_return_ _CRTIMP double __cdecl floor(_In_ double x)