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