1 // ----------------------------------------------------------------------------
3 // ----------------------------------------------------------------------------
4 // Public Domain C Library - http://pdclib.sourceforge.net
5 // This code is Public Domain. Use, modify, and redistribute at will.
6 // ----------------------------------------------------------------------------
8 double lgamma( double x ) { /* TODO */ };
9 float lgammaf( float x ) { /* TODO */ };
10 long double lgammal( long double x ) { /* TODO */ };
12 double tgamma( double x ) { /* TODO */ };
13 float tgammaf( float x ) { /* TODO */ };
14 long double tgammal( long double x ) { /* TODO */ };