X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fnexttowardl.c;h=c393ce97572d60297653113f84d0b913e1cfc842;hb=405a21d4cbce255eefd2b59626d8459d7d1108d4;hp=48ce4170cf1b7f6920689cb9a3526cca0896d73b;hpb=fc04675a09587031d5daebcb877b73976890b71d;p=libm diff --git a/src/math/nexttowardl.c b/src/math/nexttowardl.c index 48ce417..c393ce9 100644 --- a/src/math/nexttowardl.c +++ b/src/math/nexttowardl.c @@ -1,4 +1,5 @@ #include "libm.h" + long double nexttowardl(long double x, long double y) { return nextafterl(x, y);