Sign in
cobalt
/
cobalt
/
d2bc3b69d823bbaf46d1c4355b23486a85a6d791
/
.
/
third_party
/
musl
/
src
/
math
/
llroundl.c
blob: 2c2ee5ecd68596965567a90347a9b7fc4111b864 [
file
]
#include
<math.h>
long
long
llroundl
(
long
double
x
)
{
return
roundl
(
x
);
}