ReactOS
0.4.16-dev-2104-gb84fa49
Functions
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()
_Check_return_
float
__cdecl
floorf
(
_In_
float
x
)
Definition at line
11
of file
floorf.c
.
13
{
14
return
(
float
)
floor
((
double
)
x
);
15
}
floor
_ACRTIMP double __cdecl floor(double)
Definition:
floor.c:18
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
sdk
lib
crt
math
floorf.c
Generated on Tue Jan 6 2026 06:30:59 for ReactOS by
1.9.6