Sign in
mojo
/
mojo-tools
/
41bc07e64de0ec96a6c028bcafd60ea4634391e5
/
.
/
fusl
/
src
/
math
/
lroundl.c
blob: 5bb91071049410356473f13a885e328dacde1eed [
file
] [
log
] [
blame
]
#include
<math.h>
long
lroundl
(
long
double
x
)
{
return
roundl
(
x
);
}