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