Sign in
cobalt
/
cobalt
/
b108943525536ed016362e9c99ce219a9c351109
/
.
/
third_party
/
musl
/
src
/
math
/
lroundl.c
blob: 094fdf6483842e90a9fac200394255d02bb8073d [
file
] [
log
] [
blame
]
#include
<math.h>
long
lroundl
(
long
double
x
)
{
return
roundl
(
x
);
}