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