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