X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fgamma.c;fp=functions%2Fmath%2Fgamma.c;h=0000000000000000000000000000000000000000;hb=a1f747e81dad0bb9897cb11c652403bb7bbf084c;hp=a9dab9d47065b9c26b0f30aeccd1381fcd2c01c6;hpb=1d9d92ba957a0b8307c9a65c35867fde68e6533b;p=pdclib diff --git a/functions/math/gamma.c b/functions/math/gamma.c deleted file mode 100644 index a9dab9d..0000000 --- a/functions/math/gamma.c +++ /dev/null @@ -1,14 +0,0 @@ -/* ---------------------------------------------------------------------------- - * $Id$ - * ---------------------------------------------------------------------------- - * Public Domain C Library - http://pdclib.sourceforge.net - * This code is Public Domain. Use, modify, and redistribute at will. - * --------------------------------------------------------------------------*/ - -double lgamma( double x ) { /* TODO */ }; -float lgammaf( float x ) { /* TODO */ }; -long double lgammal( long double x ) { /* TODO */ }; - -double tgamma( double x ) { /* TODO */ }; -float tgammaf( float x ) { /* TODO */ }; -long double tgammal( long double x ) { /* TODO */ };