Sign in
mojo
/
mojo-testing
/
a970ef645f92b4a504bd0f3acb4bbef13a6a5930
/
.
/
fusl
/
src
/
math
/
nexttowardl.c
blob: 132909d3b980fae7a2facd801d4a55462e190c1d [
file
]
#include
<math.h>
long
double
nexttowardl
(
long
double
x
,
long
double
y
)
{
return
nextafterl
(
x
,
y
);
}