X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fgamma.c;fp=functions%2Fmath%2Fgamma.c;h=7720efaa13c6742ae3ac54e33b56e1c92ed54d0a;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=1f032db90d7abba7f3b413d1fa0b9245ef94cb75;hpb=70f1c6f7c9d515ef426da68973511f46de57005a;p=pdclib diff --git a/functions/math/gamma.c b/functions/math/gamma.c index 1f032db..7720efa 100644 --- a/functions/math/gamma.c +++ b/functions/math/gamma.c @@ -5,18 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float lgamma( float x ) { /* TODO */ }; -long double lgamma( long double x ) { /* TODO */ }; - -float tgamma( float x ) { /* TODO */ }; -long double tgamma( long double x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double lgamma( double x ) { /* TODO */ }; float lgammaf( float x ) { /* TODO */ }; long double lgammal( long double x ) { /* TODO */ };