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