ReactOS
0.4.16-dev-252-g9ccafe8
Functions
roundf.c File Reference
#include <math.h>
Include dependency graph for roundf.c:
Go to the source code of this file.
Functions
float
roundf
(
float
arg
)
Function Documentation
◆
roundf()
float
roundf
(
float
arg
)
Definition at line
10
of file
roundf.c
.
11
{
12
if
(
arg
< 0.0)
13
return
ceilf
(
arg
- 0.5);
14
else
15
return
floorf
(
arg
+ 0.5);
16
}
void
Definition:
nsiface.idl:2307
ceilf
#define ceilf(x)
Definition:
mymath.h:62
floorf
#define floorf(x)
Definition:
mymath.h:65
sdk
lib
crt
math
roundf.c
Generated on Sun Nov 10 2024 06:22:45 for ReactOS by
1.9.6