glibc/sysdeps/ieee754/ldbl-opt/nldbl-nearbyint.c

9 lines
101 B
C

#include "nldbl-compat.h"
double
attribute_hidden
nearbyintl (double x)
{
return nearbyint (x);
}