ReactOS
0.4.16-dev-2104-gb84fa49
Functions
ceilf.c File Reference
#include <math.h>
Include dependency graph for ceilf.c:
Go to the source code of this file.
Functions
_Check_return_
float
__cdecl
ceilf
(
_In_
float
x
)
Function Documentation
◆
ceilf()
_Check_return_
float
__cdecl
ceilf
(
_In_
float
x
)
Definition at line
11
of file
ceilf.c
.
13
{
14
return
(
float
)
ceil
((
double
)
x
);
15
}
ceil
_ACRTIMP double __cdecl ceil(double)
Definition:
ceil.c:18
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
sdk
lib
crt
math
ceilf.c
Generated on Tue Jan 6 2026 06:30:59 for ReactOS by
1.9.6