2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-tgamma.c
blobbbf613abe16d9ec8ca03101efc7d4dd376c22e7a
1 #include "nldbl-compat.h"
3 double
4 attribute_hidden
5 tgammal (double x)
7 return tgamma (x);