ReactOS
0.4.16-dev-753-g705a985
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
}
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
floor
_Check_return_ _CRTIMP double __cdecl floor(_In_ double x)
sdk
lib
crt
math
floorf.c
Generated on Tue Feb 18 2025 06:24:02 for ReactOS by
1.9.6