Sign in
mojo
/
mojo-tools
/
5c465e84ee8642a71dcb6719d132f53537617841
/
.
/
fusl
/
src
/
math
/
lroundf.c
blob: c4707e7db712cd545915efea603173e21efc709e [
file
]
#include
<math.h>
long
lroundf
(
float
x
)
{
return
roundf
(
x
);
}