#include <math.h>
long double nexttowardl(long double x, long double y)
{
return nextafterl(x, y);
}
#ifdef TEST
int
main(void) {
return 0;
}
#endif
![]() |
index : grovel | |
| Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
| aboutsummaryrefslogtreecommitdiff |
#include <math.h>
long double nexttowardl(long double x, long double y)
{
return nextafterl(x, y);
}
#ifdef TEST
int
main(void) {
return 0;
}
#endif