ReactOS
0.4.16-dev-752-g47bae01
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
}
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
ceil
_Check_return_ _CRTIMP double __cdecl ceil(_In_ double x)
sdk
lib
crt
math
ceilf.c
Generated on Mon Feb 17 2025 06:23:50 for ReactOS by
1.9.6