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