xref
: /
third_party
/
ulib
/
musl
/
src
/
math
/
llroundf.c
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
math.h
>
2
llroundf(float x)
3
long
long
llroundf
(
float
x
) {
4
return
roundf
(
x
);
5
}
6