Sign in
◑
Theme
mojo
/
mojo-tools
/
dec9013739bd49292096072912197341fa056795
/
.
/
fusl
/
src
/
math
/
llroundf.c
blob: b2fd7e0c8c3a9f59895f4c0bb805060979f95e50 [
file
]
#include
<math.h>
long
long
llroundf
(
float
x
)
{
return
roundf
(
x
);
}