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