* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New
[glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-lround.c
blobaadb111f88f2ece5f8947fe730c4562d823b7264
1 #include "nldbl-compat.h"
3 long int
4 attribute_hidden
5 lroundl (double x)
7 return lround (x);